From: Peter Eisentraut Date: Sun, 22 Apr 2001 23:42:30 +0000 (+0000) Subject: * bootstrap: Allow overriding the location aclocal, automake, X-Git-Tag: release-1-4~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9536eba294e9c1d3f0d1ce40d4bfad43891f2c3;p=thirdparty%2Flibtool.git * bootstrap: Allow overriding the location aclocal, automake, autoconf, autoheader from the environment. --- diff --git a/ChangeLog b/ChangeLog index 9334e4cb6..4884390fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-04-22 Peter Eisentraut + * 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.