summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt>2004-03-30 13:45:58 +0000
committergdt <gdt>2004-03-30 13:45:58 +0000
commit1666d353474b7dca951837c3f46c3f16170d11ee (patch)
treea5a99ac0985ccef704e22c51938447b6e3de000b
parentf571dab0c677ca4f3328ea944cc59ab2269c9a5d (diff)
Require automake 1.7 or higher. Fixes problem reported by Gilad
Arnold where Gentoo Linux tries to be too smart and chooses automake 1.5, which doesn't set @PACKAGE@, leading to include files being in $(prefix)/include rther then $(prefix)/include/quagga. (Since our makefiles rely on @PACKAGE@, they should have required an automake new enough to set it.)
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1139645d..5f304db6 100755
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_PREREQ(2.53)
AC_INIT(quagga, 0.96.4, [http://bugzilla.quagga.net])
AC_CONFIG_SRCDIR(lib/zebra.h)
-AM_INIT_AUTOMAKE()
+AM_INIT_AUTOMAKE(1.7)
AM_CONFIG_HEADER(config.h)
dnl default is to match previous behavior