]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* bootstrap: Allow overriding the location aclocal, automake,
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 22 Apr 2001 23:42:30 +0000 (23:42 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 22 Apr 2001 23:42:30 +0000 (23:42 +0000)
autoconf, autoheader from the environment.

ChangeLog

index 9334e4cb61977dd4703394100b8ce950104b6768..4884390fee95d14d116396c0288359074868936d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-04-22  Peter Eisentraut  <peter_e@gmx.net>
 
+       * bootstrap: Allow overriding the location aclocal, automake,
+       autoconf, autoheader from the environment.
+
        * demo/Makefile.am: Automake 1.4e does not allow `+=' assignments
        if the variable was not set with `=' earlier.  `+=' was not useful
        here anyway.