]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
authorTim Van Holder <tim.van.holder@pandora.be>
Thu, 20 Sep 2001 14:55:49 +0000 (14:55 +0000)
committerTim Van Holder <tim.van.holder@pandora.be>
Thu, 20 Sep 2001 14:55:49 +0000 (14:55 +0000)
* bin/autoupdate.in: Ditto.
* bin/autoheader.in: Reworded a few comments.
* bin/autoconf.in: Reworded help text for a few options.
* bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
* bin/autoscan.in, bin/autoupdate.in: Ditto.

ChangeLog
bin/autoconf.in
bin/autoheader.in
bin/autom4te.in
bin/autoreconf.in
bin/autoscan.in
bin/autoupdate.in

index 3bc1f12d532cfc067b174578e8a99a349fe50ef5..5688adf3fba9f90ae08a50d790b3f2bb17e65d8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
+
+       * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
+       * bin/autoupdate.in: Ditto.
+       * bin/autoheader.in: Reworded a few comments.
+       * bin/autoconf.in: Reworded help text for a few options.
+       * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
+       * bin/autoscan.in, bin/autoupdate.in: Ditto.
+
 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
 
        * lib/Autom4te/XFile.pm (open): Simplified the error message (we
index ca6bea6b2313834a11ec89be0a7e9cd7cd8fd283..cfa1e96ecb6697ebefc6b83fcf777bbee2d7cabb 100644 (file)
@@ -34,8 +34,8 @@ Operation modes:
   -V, --version            print version number, then exit
   -v, --verbose            verbosely report processing
   -d, --debug              don't remove temporary files
-  -I, --include=DIR        look for input files in DIR.  Accumulates
-  -f, --force              consider all the files are obsolete
+  -I, --include=DIR        look for input files in DIR (cumulative)
+  -f, --force              consider all files obsolete
   -o, --output=FILE        save output in FILE (stdout is the default)
   -W, --warnings=CATEGORY  report the warnings falling in CATEGORY [syntax]
 
index 7ba734ecb0c75c694ce17a04e10cf4d7a0ea3a89..8560d0d0fc2d1ed01431b16903e13ad185b100bf 100644 (file)
@@ -66,8 +66,8 @@ or else \`configure.in\'.
   -V, --version            print version number, then exit
   -v, --verbose            verbosely report processing
   -d, --debug              don\'t remove temporary files
-  -I, --include=DIR        look for input files in DIR.  Accumulates
-  -f, --force              consider all the files are obsolete
+  -I, --include=DIR        look for input files in DIR (cumulative)
+  -f, --force              consider all files obsolete
   -W, --warnings=CATEGORY  report the warnings falling in CATEGORY
 
 Warning categories include:
@@ -203,7 +203,7 @@ if ($config_h_top)
       }
   }
 
-# Dump `acconfig.h' but its bottom.
+# Dump `acconfig.h', except for its bottom portion.
 if ($acconfig_h)
   {
     my $in = new Autom4te::XFile ($acconfig_h);
@@ -221,7 +221,7 @@ foreach (sort keys %verbatim)
     print $out "$verbatim{$_}\n";
   }
 
-# Dump `acconfig.h' bottom.
+# Dump bottom portion of `acconfig.h'.
 if ($acconfig_h)
   {
     my $in = new Autom4te::XFile ($acconfig_h);
index 2859551216a702d9ce63162f3ffd050743d2a8c8..c2125c14558ac4e04da24641b1a348b6da5ff28f 100644 (file)
@@ -390,7 +390,7 @@ Warning categories include:
 The environment variable \`WARNINGS\' is honored.
 
 Library directories:
-  -I, --include=DIR  look for FILES in DIR.  Several invocations accumulate
+  -I, --include=DIR  look for FILES in DIR (cumulative)
 
 Tracing:
   -t, --trace=MACRO      report the MACRO invocations
@@ -627,7 +627,7 @@ sub handle_output ($$)
     }
   else
     {
-      $out->open($output, O_CREAT | O_WRONLY | O_TRUNC, oct ($mode))
+      $out->open($output, O_CREAT | O_WRONLY | O_TRUNC, oct ($mode));
     }
   die "$me: cannot create $output: $!\n"
     unless $out;
index 2c7115b538bbdb02ba88f265207346b52e7b472d..367a2967ba4fbb11312e7d188177d7db3d24c49e 100644 (file)
@@ -36,7 +36,7 @@ Operation modes:
   -V, --version   print version number, then exit
   -v, --verbose   verbosely report processing
   -d, --debug     don't remove temporary files
-  -f, --force     consider all the files are obsolete
+  -f, --force     consider all files obsolete
   -i, --install   copy missing auxiliary files
   -s, --symlink   instead of copying, install symbolic links
 
@@ -44,7 +44,7 @@ The option \`--install' is similar to the option \`--add-missing' in
 other tools.
 
 Library directories:
-  -A, --autoconf-dir=ACDIR  Autoconf's macro files location (rarely needed)
+  -A, --autoconf-dir=ACDIR  location of Autoconf's macro files (rarely needed)
   -l, --localdir=DIR        location of \`aclocal.m4' and \`acconfig.h'
   -M, --m4dir=M4DIR         this package's Autoconf extensions
 
index 7dc04f16205ddfbc29af847907494db8732e45b2..36ff771634ad55cdbdb6e4f1b7dbf013485b4b82 100644 (file)
@@ -20,6 +20,9 @@
 
 # Written by David MacKenzie <djm@gnu.ai.mit.edu>.
 
+eval 'exec @PERL@ -S $0 ${1+"$@"}'
+    if 0;
+
 BEGIN
 {
   my $perllibdir = $ENV{'autom4te_perllibdir'} || "@datadir@";
@@ -86,7 +89,7 @@ preliminary `configure.ac' for that package.
   -V, --version       print version number, then exit
   -v, --verbose       verbosely report processing
   -d, --debug         don't remove temporary files
-  -I, --include=DIR   look for input files in DIR.  Accumulates
+  -I, --include=DIR   look for input files in DIR (cumulative)
 
 Report bugs to <bug-autoconf\@gnu.org>.\n";
 
index 5bbf97973b71ba08ae3705a36df5dea38bdc1036..e50aed17c6f82fa58a1ff6e20d228d8237979371 100644 (file)
@@ -21,6 +21,9 @@
 # Originally written by David MacKenzie <djm@gnu.ai.mit.edu>.
 # Rewritten by Akim Demaille <akim@freefriends.org>.
 
+eval 'exec @PERL@ -S $0 ${1+"$@"}'
+    if 0;
+
 BEGIN
 {
   my $perllibdir = $ENV{'autom4te_perllibdir'} || "@datadir@";
@@ -55,8 +58,8 @@ Operation modes:
   -V, --version        print version number, then exit
   -v, --verbose        verbosely report processing
   -d, --debug          don't remove temporary files
-  -I, --include=DIR    look for input files in DIR.  Accumulates
-  -f, --force          consider all the files are obsolete
+  -I, --include=DIR    look for input files in DIR (cumulative)
+  -f, --force          consider all files obsolete
 
 Report bugs to <bug-autoconf\@gnu.org>.
 ";