]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* bin/autoscan.in (&parse_args): Pass a reference to the lists, not
authorAkim Demaille <akim@epita.fr>
Thu, 12 Sep 2002 15:04:18 +0000 (15:04 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 12 Sep 2002 15:04:18 +0000 (15:04 +0000)
the lists.

ChangeLog
bin/autoscan.in

index c847b54a7f6ff991978884a5e545d68faccc8850..3411a55cc9ba78d4b42033194d6f46ac3210f1ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-12  Akim Demaille  <akim@epita.fr>
+
+       * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
+       the lists.
+
 2002-09-12  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (Defining Symbols): Present two different
index 0293acb620099d386db535c82df3102a9df5ad08..4699503f2e3bab9911335987d748bb42256f98b9 100644 (file)
@@ -124,7 +124,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
 sub parse_args ()
 {
   getopt ('I|include|A|autoconf-dir|m|macrodir=s' => \@include,
-         'B|prepend-include=s' => @prepend_include);
+         'B|prepend-include=s' => \@prepend_include);
 
   die "$me: too many arguments
 Try `$me --help' for more information.\n"