From fc9d074576c89299cb624b49810b52eda2da9b2c Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 30 Jun 2004 14:25:12 +0000 Subject: 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. --- vtysh/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vtysh/ChangeLog') diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index d439850c..db9f8051 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,9 @@ +2004-06-30 Greg Troxel + + * extract.pl.in: Rename from extract.pl, with @PERL@. + + * Makefile.am: Add vtysh_cmds.c to CLEANFILES. + 2004-06-20 Hasso Tepper * extract.pl: Zebra daemon has access lists as well. -- cgit v1.2.1