autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

68-fyi-doc--include.patch


From: Akim Demaille
Subject: 68-fyi-doc--include.patch
Date: Fri, 31 Aug 2001 15:30:56 +0200

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * doc/autoconf.texi: Catch up -I, --include changes.

Index: NEWS
--- NEWS Fri, 24 Aug 2001 10:59:17 +0200 akim
+++ NEWS Fri, 31 Aug 2001 11:52:31 +0200 akim
@@ -13,10 +13,11 @@
 ** 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: doc/autoconf.texi
--- doc/autoconf.texi Thu, 30 Aug 2001 16:11:54 +0200 akim
+++ doc/autoconf.texi Fri, 31 Aug 2001 11:50:32 +0200 akim
@@ -1151,20 +1151,9 @@ @node autoconf Invocation
 @itemx -f
 Remake @file{configure} even if newer than its input files.

address@hidden address@hidden
address@hidden -A @var{dir}
address@hidden 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.
-
address@hidden address@hidden
address@hidden -l @var{dir}
-Look for the package file @file{aclocal.m4} in directory @var{dir}
-instead of in the current directory.
address@hidden address@hidden
address@hidden -I @var{dir}
+Also look for input files in @var{dir}.  Multiple invocations accumulate.

 @item address@hidden
 @itemx -o @var{file}
@@ -2518,21 +2507,9 @@ @node autoheader Invocation
 @itemx -f
 Remake the template file even if newer than its input files.

address@hidden address@hidden
address@hidden -A @var{dir}
address@hidden 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.
-
address@hidden address@hidden
address@hidden -l @var{dir}
-Look for the package files @file{aclocal.m4} and @file{acconfig.h} (but
-not @address@hidden and @address@hidden) in directory
address@hidden instead of in the current directory.
address@hidden address@hidden
address@hidden -I @var{dir}
+Also look for input files in @var{dir}.  Multiple invocations accumulate.

 @item address@hidden
 @itemx -W @var{category}
@@ -10089,20 +10066,9 @@ @node autoupdate Invocation
 @itemx -d
 Don't remove the temporary files.

address@hidden address@hidden
address@hidden -A @var{dir}
address@hidden 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.
-
address@hidden address@hidden
address@hidden -l @var{dir}
-Look for the package file @file{aclocal.m4} in directory @var{dir}
-instead of in the current directory.
address@hidden address@hidden
address@hidden -I @var{dir}
+Also look for input files in @var{dir}.  Multiple invocations accumulate.
 @end table

 @node Obsolete Macros



reply via email to

[Prev in Thread] Current Thread [Next in Thread]