From: Ben Elliston Date: Tue, 7 Sep 1999 13:27:55 +0000 (+0000) Subject: 1999-09-07 Ben Elliston X-Git-Tag: trunk-pre-merge-trunk-into-experimental-1999-10-01~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f41ef2fd445876396b07223e87de89baef7deb1;p=thirdparty%2Fautoconf.git 1999-09-07 Ben Elliston * autoreconf.sh: Recognise -v as a synonym for --verbose. 1999-09-07 Gary V. Vaughan * Makefile.in (INSTALL, standards.info, autoconf.info): MiKTeX for Windows treats all options after the first filename as additional filenames, so real options must appear before the first filename. 1999-09-07 Steven G. Johnson * autoconf.texi (LDFLAGS, LIBS): Document that -L linker flags should be kept in LDFLAGS and not LIBS. 1999-09-07 Jim Meyering * acgeneral.m4 (AC_SEARCH_LIBS): Use $ac_lib as the index, not $i. --- diff --git a/ChangeLog b/ChangeLog index 32e0ccd5..594dfd85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +1999-09-07 Ben Elliston + + * autoreconf.sh: Recognise -v as a synonym for --verbose. + +1999-09-07 Gary V. Vaughan + + * Makefile.in (INSTALL, standards.info, autoconf.info): MiKTeX + for Windows treats all options after the first filename as + additional filenames, so real options must appear before the first + filename. + +1999-09-07 Steven G. Johnson + + * autoconf.texi (LDFLAGS, LIBS): Document that -L linker flags + should be kept in LDFLAGS and not LIBS. + +1999-09-07 Jim Meyering + + * acgeneral.m4 (AC_SEARCH_LIBS): Use $ac_lib as the index, not $i. + 1999-09-06 Ben Elliston * acspecific.m4 (AC_FUNC_ALLOCA): Rename cache variable to avoid