]> git.puffer.fish Git - matthieu/frr.git/commit
Make vtysh work on NetBSD, and minor cleanups:
authorgdt <gdt>
Wed, 30 Jun 2004 14:25:12 +0000 (14:25 +0000)
committergdt <gdt>
Wed, 30 Jun 2004 14:25:12 +0000 (14:25 +0000)
commitfc9d074576c89299cb624b49810b52eda2da9b2c
tree9e83c1c0ecbd4d81313bdfbcd1716983e9825c23
parentcf3138890672e3ab65d10d50c1bb48ace04f6066
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.
ChangeLog
configure.ac
vtysh/ChangeLog
vtysh/Makefile.am
vtysh/extract.pl [deleted file]
vtysh/extract.pl.in [new file with mode: 0755]