Kimmo's etc/Makefile.in change note implied that install was previously
authorDan Harkless <dan@harkless.org>
Sat, 5 Aug 2000 16:00:49 +0000 (16:00 +0000)
committerDan Harkless <dan@harkless.org>
Sat, 5 Aug 2000 16:00:49 +0000 (16:00 +0000)
completely broken.  Not the case.  I asked Kimmo about it and he clarified that
it failed when building outside the source tree.  Fixed the entry to reflect.

ChangeLog

index 36866af..f6b89bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,8 @@ Thu Aug 03 17:14:08 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
 
 Tue Aug  1 10:48:05 EDT 2000 Kimmo Suominen <kim@tac.nyc.ny.us>
 
-       * Fixed install in etc/Makefile.in so it works correctly.
-       Generated files cannot be installed from source directories.
+       * Fixed install in etc/Makefile.in so it wouldn't fail when
+       configuring and building outside the source tree.
 
 Mon Jul 24 16:20:45 2000 Dan Harkless <dan-nmh@dilvish.speed.net>