]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
warning about setting make variables on the command line
authorDavid MacKenzie <djm@djmnet.org>
Thu, 6 Oct 1994 19:28:49 +0000 (19:28 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 6 Oct 1994 19:28:49 +0000 (19:28 +0000)
autoconf.texi
doc/autoconf.texi

index 3826ed32ee75b031634b83962acc0cdb11985374..6c7f57800325a828e7e68d68a3a2263c655b97bb 100644 (file)
@@ -8,7 +8,7 @@
 
 @set EDITION 1.121
 @set VERSION 1.121
-@set UPDATED September 1994
+@set UPDATED October 1994
 
 @iftex
 @finalout
@@ -775,8 +775,10 @@ substitutions performed on them in @code{configure}.  You can use
 If you run @code{make} on subdirectories, you should run it using the
 @code{make} variable @code{MAKE}.  Most versions of @code{make} set
 @code{MAKE} to the name of the @code{make} program plus any options it
-was given.  However, some old versions do not set it.  The following
-macro allows you to use it even with those versions.
+was given.  (But many do not include in it the values of any variables
+set on the command line, so those are not passed on.)  Some old versions
+of @code{make} do not set this variable.  The following macro allows you
+to use it even with those versions.
 
 @defmac AC_PROG_MAKE_SET
 @maindex PROG_MAKE_SET
index 3826ed32ee75b031634b83962acc0cdb11985374..6c7f57800325a828e7e68d68a3a2263c655b97bb 100644 (file)
@@ -8,7 +8,7 @@
 
 @set EDITION 1.121
 @set VERSION 1.121
-@set UPDATED September 1994
+@set UPDATED October 1994
 
 @iftex
 @finalout
@@ -775,8 +775,10 @@ substitutions performed on them in @code{configure}.  You can use
 If you run @code{make} on subdirectories, you should run it using the
 @code{make} variable @code{MAKE}.  Most versions of @code{make} set
 @code{MAKE} to the name of the @code{make} program plus any options it
-was given.  However, some old versions do not set it.  The following
-macro allows you to use it even with those versions.
+was given.  (But many do not include in it the values of any variables
+set on the command line, so those are not passed on.)  Some old versions
+of @code{make} do not set this variable.  The following macro allows you
+to use it even with those versions.
 
 @defmac AC_PROG_MAKE_SET
 @maindex PROG_MAKE_SET