summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_queue/Makefile.am4
-rwxr-xr-x_queue/autogen.sh5
-rw-r--r--_queue/configure.in2
-rw-r--r--_queue/src/Makefile.am3
4 files changed, 5 insertions, 9 deletions
diff --git a/_queue/Makefile.am b/_queue/Makefile.am
index c2f4f23..efc5f68 100644
--- a/_queue/Makefile.am
+++ b/_queue/Makefile.am
@@ -1,6 +1,6 @@
-AUTOMAKE_OPTIONS = no-dependencies foreign
+AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
-EXTRA_DIST = $(man_MANS) acinclude.m4
+EXTRA_DIST = $(man_MANS)
SUBDIRS = include src utils
diff --git a/_queue/autogen.sh b/_queue/autogen.sh
index ccce4f0..4999b58 100755
--- a/_queue/autogen.sh
+++ b/_queue/autogen.sh
@@ -11,8 +11,7 @@ run ()
fi
}
-run aclocal
+run aclocal-1.6
#run autoheader
-run libtoolize -f
-run automake -a
+run automake-1.6 -a
run autoconf
diff --git a/_queue/configure.in b/_queue/configure.in
index 5b77da2..4570284 100644
--- a/_queue/configure.in
+++ b/_queue/configure.in
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
AC_INIT
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(libnfnetlink_queue, 0.10)
+AM_INIT_AUTOMAKE(libnfnetlink_queue, 0.0.10)
AC_PROG_CC
AC_EXEEXT
diff --git a/_queue/src/Makefile.am b/_queue/src/Makefile.am
index 229fa8c..c75d708 100644
--- a/_queue/src/Makefile.am
+++ b/_queue/src/Makefile.am
@@ -1,6 +1,3 @@
-#AUTOMAKE_OPTIONS = no-dependencies foreign
-
-#EXTRA_DIST = $(man_MANS) acinclude.m4
INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR}
AM_CFLAGS=-fPIC -Wall