From bed14205860cca8adef33d9ab5e80adc866518f3 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Sat, 24 Sep 2005 21:16:50 +0000 Subject: we only need automake 1.6 --- Makefile.am | 2 +- autogen.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 04bb1f6..5fe0034 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -AUTOMAKE_OPTIONS = foreign +AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 INCLUDES =$(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} SUBDIRS = include src utils diff --git a/autogen.sh b/autogen.sh index b3a2762..4999b58 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,7 +11,7 @@ run () fi } -run aclocal-1.8 +run aclocal-1.6 #run autoheader -run automake-1.8 -a +run automake-1.6 -a run autoconf -- cgit v1.2.3