]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi: Catch up -I, --include changes.
authorAkim Demaille <akim@epita.fr>
Fri, 31 Aug 2001 13:33:47 +0000 (13:33 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 31 Aug 2001 13:33:47 +0000 (13:33 +0000)
ChangeLog
NEWS
doc/autoconf.texi

index 8c3b4b471c874f4097234c56392a2e8967688011..d406ca123c60be8d416c9521737fd125547cdd8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-31  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi: Catch up -I, --include changes.
+
 2001-08-31  Akim Demaille  <akim@epita.fr>
 
        * bin/autom4te.in (&parse_args): Die on unknown languages.
diff --git a/NEWS b/NEWS
index 1a20bf23f3cec7a94d1e5c8654bec05c50205291..d7d1c62770424265a4782277ff373ba47442ce9d 100644 (file)
--- a/NEWS
+++ b/NEWS
 ** autom4te
   New executable, used by the Autoconf suite to cache and speed up
   some processing.
-** autoconf
-- --force, -f
-** autoheader
+** Standardization of the executables options
 - --force, -f
+  Supported by autom4te, autoconf and autoheader.
+- --include, -I
+  Replaces --autoconf-dir and --localdir in autoconf and autoheader.
 ** Bug fixes
 - The top level $prefix is propagated to the AC_CONFIG_SUBDIRS configures.
 ** C Macros
index a7529331041310849e7cc2b675346337284538d0..8958d7744d11f70eacb0c44830a5ae3e32629e40 100644 (file)
@@ -1151,20 +1151,9 @@ Don't remove the temporary files.
 @itemx -f
 Remake @file{configure} even if newer than its input files.
 
-@item --autoconf-dir=@var{dir}
-@itemx -A @var{dir}
-@evindex AC_MACRODIR
-Override the location where the installed Autoconf data files are looked
-for.  You can also set the @code{AC_MACRODIR} environment variable to a
-directory; this option overrides the environment variable.
-
-This option is rarely needed and dangerous; it is only used when one
-plays with different versions of Autoconf simultaneously.
-
-@item --localdir=@var{dir}
-@itemx -l @var{dir}
-Look for the package file @file{aclocal.m4} in directory @var{dir}
-instead of in the current directory.
+@item --include=@var{dir}
+@itemx -I @var{dir}
+Also look for input files in @var{dir}.  Multiple invocations accumulate.
 
 @item --output=@var{file}
 @itemx -o @var{file}
@@ -2518,21 +2507,9 @@ Don't remove the temporary files.
 @itemx -f
 Remake the template file even if newer than its input files.
 
-@item --autoconf-dir=@var{dir}
-@itemx -A @var{dir}
-@evindex AC_MACRODIR
-Override the location where the installed Autoconf data files are looked
-for.  You can also set the @code{AC_MACRODIR} environment variable to a
-directory; this option overrides the environment variable.
-
-This option is rarely needed and dangerous; it is only used when one
-plays with different versions of Autoconf simultaneously.
-
-@item --localdir=@var{dir}
-@itemx -l @var{dir}
-Look for the package files @file{aclocal.m4} and @file{acconfig.h} (but
-not @file{@var{file}.top} and @file{@var{file}.bot}) in directory
-@var{dir} instead of in the current directory.
+@item --include=@var{dir}
+@itemx -I @var{dir}
+Also look for input files in @var{dir}.  Multiple invocations accumulate.
 
 @item --warnings=@var{category}
 @itemx -W @var{category}
@@ -10089,20 +10066,9 @@ Report processing steps.
 @itemx -d
 Don't remove the temporary files.
 
-@item --autoconf-dir=@var{dir}
-@itemx -A @var{dir}
-@evindex AC_MACRODIR
-Override the location where the installed Autoconf data files are looked
-for.  You can also set the @code{AC_MACRODIR} environment variable to a
-directory; this option overrides the environment variable.
-
-This option is rarely needed and dangerous; it is only used when one
-plays with different versions of Autoconf simultaneously.
-
-@item --localdir=@var{dir}
-@itemx -l @var{dir}
-Look for the package file @file{aclocal.m4} in directory @var{dir}
-instead of in the current directory.
+@item --include=@var{dir}
+@itemx -I @var{dir}
+Also look for input files in @var{dir}.  Multiple invocations accumulate.
 @end table
 
 @node Obsolete Macros