From 1666d353474b7dca951837c3f46c3f16170d11ee Mon Sep 17 00:00:00 2001 From: gdt Date: Tue, 30 Mar 2004 13:45:58 +0000 Subject: 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.) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.1