diff options
author | gdt <gdt> | 2004-06-30 17:25:15 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-06-30 17:25:15 +0000 |
commit | f2bfdee5f9db5363fcd13763eca3fda729067d57 (patch) | |
tree | dc9533e55d3edc3cab50cb0f11aad3968674a16e /ChangeLog | |
parent | fc9d074576c89299cb624b49810b52eda2da9b2c (diff) |
Use EXTRA_DIST to distribute files, and don't list directories.
Remove disthook that removed the crud that was copied in due to this.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com> + * Makefile.am: add files to EXTRA_DIST rather than copying, and + omit the kludgy cleaning steps, which were failing when the list + to clean was empty. + +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. |