From: gdt Date: Wed, 10 Aug 2005 15:11:21 +0000 (+0000) Subject: add INSTALL.quagga.txt to the distribution, so that people who apply X-Git-Tag: frr-2.0-rc1~2950 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=1dab30f421d9e6909d498961294fa1f44c76b207;p=matthieu%2Ffrr.git add INSTALL.quagga.txt to the distribution, so that people who apply patches and lose because of old autoconf/automake versions have the opportunity to find tout what to do. --- diff --git a/ChangeLog b/ChangeLog index 3ea625535c..aea745ebb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-10 Greg Troxel + + * Makefile.am (EXTRA_DIST): add INSTALL.quagga.txt, because people + that patch releases need to know about autoconf required versions. + 2005-06-30 Louis Lagendijk * configure.ac: Actually test whether libc has IPv6 support. diff --git a/Makefile.am b/Makefile.am index 9765d79668..33aa8f6aa9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,9 @@ DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \ isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \ solaris -EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ - vtysh/Makefile.am update-autotools \ +EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \ + update-autotools \ + vtysh/Makefile.in vtysh/Makefile.am tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \ tools/zebra.el