diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Makefile.am | 5 | 
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2005-08-10  Greg Troxel  <gdt@fnord.ir.bbn.com> + +	* 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 <louis.lagendijk@gmail.com>  	* configure.ac: Actually test whether libc has IPv6 support. diff --git a/Makefile.am b/Makefile.am index 9765d796..33aa8f6a 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  | 
