diff options
Diffstat (limited to 'bin/autoreconf.in')
-rw-r--r-- | bin/autoreconf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/autoreconf.in b/bin/autoreconf.in index 9f353b09..84e327b9 100644 --- a/bin/autoreconf.in +++ b/bin/autoreconf.in @@ -257,7 +257,7 @@ sub autoreconf_current_directory () my $uses_gettext; if (-f $configure_ac) { - my $configure_ac_file = new Autom4te::XFile "< $configure_ac"; + my $configure_ac_file = new Autom4te::XFile ("$configure_ac", "<"); while ($_ = $configure_ac_file->getline) { s/#.*//; |