From: Akim Demaille Date: Thu, 12 Sep 2002 15:04:18 +0000 (+0000) Subject: * bin/autoscan.in (&parse_args): Pass a reference to the lists, not X-Git-Tag: AUTOCONF-2.54~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bcbc9d67a44e51ec70700376337980663feebd7;p=thirdparty%2Fautoconf.git * bin/autoscan.in (&parse_args): Pass a reference to the lists, not the lists. --- diff --git a/ChangeLog b/ChangeLog index c847b54a7..3411a55cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-12 Akim Demaille + + * bin/autoscan.in (&parse_args): Pass a reference to the lists, not + the lists. + 2002-09-12 Akim Demaille * doc/autoconf.texi (Defining Symbols): Present two different diff --git a/bin/autoscan.in b/bin/autoscan.in index 0293acb62..4699503f2 100644 --- a/bin/autoscan.in +++ b/bin/autoscan.in @@ -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"