diff options
author | paul <paul> | 2004-09-13 12:59:08 +0000 |
---|---|---|
committer | paul <paul> | 2004-09-13 12:59:08 +0000 |
commit | b63dc1f30ee935184918becd4dbfd535c632c620 (patch) | |
tree | 101c63423965284c7a0a7e8aeb67bd7c4425b4f5 /vtysh/ChangeLog | |
parent | 33394766a502eff6315bd8d9b1c43a773b2ec35b (diff) |
2004-09-13 Paul Jakma <paul@dishone.st>
* Makefile.am: remove zebra/irdp.c from list - dead.
* extract.pl.in: Substitute in the autoconf srcdir/builddir paths
for includes to cpp.
Diffstat (limited to 'vtysh/ChangeLog')
-rw-r--r-- | vtysh/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index 8e6684d2..54960e1a 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,8 +1,10 @@ 2004-09-13 Paul Jakma <paul@dishone.st> * Makefile.am: extract.pl isnt in srcdir, it's always in the builddir. + remove zebra/irdp.c from list - dead. * extract.pl.in: match on end of filenames, filename could contain - various preamble due to out of tree builds. + various preamble due to out of tree builds. Substitute in the + autoconf srcdir/builddir paths for includes to cpp. 2004-08-28 Hasso Tepper <hasso at quagga.net> |