mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* bin/autom4te.in (&parse_args): Recognize --normalize.
This commit is contained in:
parent
b087a64441
commit
d69c3d31b4
@ -1,3 +1,7 @@
|
||||
2001-08-17 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* bin/autom4te.in (&parse_args): Recognize --normalize.
|
||||
|
||||
2001-08-17 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Start implementing the AC_CHECK_HEADER transition scheme.
|
||||
|
@ -453,6 +453,7 @@ sub parse_args ()
|
||||
"v|verbose" => \$verbose,
|
||||
"d|debug" => \$debug,
|
||||
"o|output=s" => \$output,
|
||||
"normalize" => \$normalize,
|
||||
"f|force" => \$force,
|
||||
"W|warnings=s" => \@warning,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user