]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Particular Programs): Do not mention the
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 23 Jan 2008 06:28:19 +0000 (07:28 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 23 Jan 2008 06:28:19 +0000 (07:28 +0100)
Autoconf version in which the AC_PROG_INSTALL change was done.
Suggested by Paul Eggert.

ChangeLog
doc/autoconf.texi

index 7a40764d567b38ebcd2ae5bea91c78a7bfcde32b..d42be110318a0d08eb6cd161436bebb99d8a25e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/autoconf.texi (Particular Programs): Do not mention the
+       Autoconf version in which the AC_PROG_INSTALL change was done.
+       Suggested by Paul Eggert.
+
 2008-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Fix --help=recursive with multiple AC_CONFIG_SUBDIRS.
index 4e32e0873d1e0e37e2f04e5bb8eca81e0d36589a..78628e5aaebe0e5ea7f6f6f6870c05c188ce2b89 100644 (file)
@@ -3730,9 +3730,9 @@ This macro screens out various instances of @command{install} known not to
 work.  It prefers to find a C program rather than a shell script, for
 speed.  Instead of @file{install-sh}, it can also use @file{install.sh},
 but that name is obsolete because some @command{make} programs have a rule
-that creates @file{install} from it if there is no makefile.  Starting with
-Autoconf 2.62, this macro requires @command{install} to be able to install
-multiple files into a target directory in a single invocation.
+that creates @file{install} from it if there is no makefile.  Further, this
+macro requires @command{install} to be able to install multiple files into a
+target directory in a single invocation.
 
 Autoconf comes with a copy of @file{install-sh} that you can use.  If
 you use @code{AC_PROG_INSTALL}, you must include either