summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorgdt <gdt>2004-06-30 14:25:12 +0000
committergdt <gdt>2004-06-30 14:25:12 +0000
commit283aa95be7c1d397c073a0f8aedd21192af63427 (patch)
treefaa7a5dc65004e112471340a3c71c4f5d761bf48 /ChangeLog
parente1a770a69f1e2eb349f2124b7771c628688173a7 (diff)
downloadquagga-283aa95be7c1d397c073a0f8aedd21192af63427.tar.bz2
quagga-283aa95be7c1d397c073a0f8aedd21192af63427.tar.xz
Make vtysh work on NetBSD, and minor cleanups:
if --enable-vtysh, look for perl, and substitute into vtysh/extract.pl, rather than assuming perl is in /usr/bin Look for tputs in libtermcap and libcurses, in addition to previously-searched locations. Follow GNU readlines search order. Clean up --enable-vtysh definition in configure.ac. Add vtysh/vtysh_cmds.c to CLEANFILES. This is important if extract.pl fails, so that 'make clean && make' will regenerate vtysh_cmds.c rhather than using the old zero-length file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f46a54cd..ba534714 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
+ * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
+ Search for termcap functions more expansively (fixes vtysh compile
+ on NetBSD). Clean up --enable-vtysh definition.
+
+2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
+
* update-autotools: Use -rf on autom4te.cache.
2004-06-20 Hasso Tepper <hasso@estpak.ee>