+2000-09-04 Peter Eisentraut <peter_e@gmx.net>
+
+ * autoscan.pl: Repair broken Getopt::Long use.
+
2000-09-04 Akim Demaille <akim@epita.fr>
* configure.in: Bump version to 2.49b.
# Process any command line arguments.
sub parse_args
{
- Getopt::Long::Configure ("bundling");
+ Getopt::Long::config ("bundling");
Getopt::Long::GetOptions ("A|autoconf-dir|m|macrodir=s" => \$datadir,
"h|help" => \&print_usage,
"V|version" => \&print_version,
- "v|verbose+" => \$verbose)
+ "v|verbose" => \$verbose)
or exit 1;
die "$me: too many arguments
# Process any command line arguments.
sub parse_args
{
- Getopt::Long::Configure ("bundling");
+ Getopt::Long::config ("bundling");
Getopt::Long::GetOptions ("A|autoconf-dir|m|macrodir=s" => \$datadir,
"h|help" => \&print_usage,
"V|version" => \&print_version,
- "v|verbose+" => \$verbose)
+ "v|verbose" => \$verbose)
or exit 1;
die "$me: too many arguments
# Process any command line arguments.
sub parse_args
{
- Getopt::Long::Configure ("bundling");
+ Getopt::Long::config ("bundling");
Getopt::Long::GetOptions ("A|autoconf-dir|m|macrodir=s" => \$datadir,
"h|help" => \&print_usage,
"V|version" => \&print_version,
- "v|verbose+" => \$verbose)
+ "v|verbose" => \$verbose)
or exit 1;
die "$me: too many arguments