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.)
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