summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rwxr-xr-xautogen.sh4
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