--- ./bin/autoconf.in Tue Nov 5 02:16:59 2002 +++ ../autoconf-2.57/./bin/autoconf.in Sun Mar 30 10:14:14 2003 @@ -155,7 +155,7 @@ exit 1" # Variables. -: ${AUTOM4TE='@bindir@/@autom4te-name@'} +: ${AUTOM4TE:='@bindir@/@autom4te-name@'} dir=`(dirname $0) 2>/dev/null || $as_expr X$0 : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X$0 : 'X\(//\)[^/]' \| \ --- ./bin/autoreconf.in Sun Nov 3 12:39:30 2002 +++ ../autoconf-2.57/./bin/autoreconf.in Sun Mar 30 13:19:08 2003 @@ -1,4 +1,4 @@ -#! @PERL@ -w +#! /usr/bin/env perl # -*- perl -*- # @configure_input@ @@ -28,6 +28,11 @@ BEGIN { + exec "/bin/sh", "-c", + "@PERL@ -w -S $0" . + (@ARGV ? " " . join(" ", map(quotemeta, @ARGV)) : "") + if ($] < 5.006); + my $perllibdir = $ENV{'autom4te_perllibdir'} || '@datadir@'; unshift @INC, "$perllibdir"; } --- ./bin/autoheader.in Tue Oct 22 07:14:44 2002 +++ ../autoconf-2.57/./bin/autoheader.in Sun Mar 30 13:19:08 2003 @@ -1,4 +1,4 @@ -#! @PERL@ +#! /usr/bin/env perl # -*- Perl -*- # @configure_input@ @@ -29,6 +29,11 @@ BEGIN { + exec "/bin/sh", "-c", + "@PERL@ -S $0" . + (@ARGV ? " " . join(" ", map(quotemeta, @ARGV)) : "") + if ($] < 5.006); + my $perllibdir = $ENV{'autom4te_perllibdir'} || '@datadir@'; unshift @INC, "$perllibdir"; } --- ./bin/autom4te.in Tue Dec 3 03:20:16 2002 +++ ../autoconf-2.57/./bin/autom4te.in Sun Mar 30 13:19:08 2003 @@ -1,4 +1,4 @@ -#! @PERL@ -w +#! /usr/bin/env perl # -*- perl -*- # @configure_input@ @@ -26,6 +26,11 @@ BEGIN { + exec "/bin/sh", "-c", + "@PERL@ -w -S $0" . + (@ARGV ? " " . join(" ", map(quotemeta, @ARGV)) : "") + if ($] < 5.006); + my $datadir = ($ENV{'autom4te_perllibdir'} || '@datadir@'); unshift @INC, "$datadir"; } --- ./bin/ifnames.in Tue Jul 2 16:31:22 2002 +++ ../autoconf-2.57/./bin/ifnames.in Sun Mar 30 13:19:08 2003 @@ -1,4 +1,4 @@ -#! @PERL@ -w +#! /usr/bin/env perl # -*- perl -*- # @configure_input@ @@ -33,6 +33,11 @@ BEGIN { + exec "/bin/sh", "-c", + "@PERL@ -w -S $0" . + (@ARGV ? " " . join(" ", map(quotemeta, @ARGV)) : "") + if ($] < 5.006); + my $datadir = ($ENV{'autom4te_perllibdir'} || '@datadir@'); unshift @INC, "$datadir"; } --- ./bin/autoupdate.in Fri Oct 25 04:24:16 2002 +++ ../autoconf-2.57/./bin/autoupdate.in Sun Mar 30 13:19:08 2003 @@ -1,4 +1,4 @@ -#! @PERL@ -w +#! /usr/bin/env perl # -*- perl -*- # autoupdate - modernize an Autoconf file. # Copyright (C) 1994, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. @@ -26,6 +26,11 @@ BEGIN { + exec "/bin/sh", "-c", + "@PERL@ -w -S $0" . + (@ARGV ? " " . join(" ", map(quotemeta, @ARGV)) : "") + if ($] < 5.006); + my $perllibdir = $ENV{'autom4te_perllibdir'} || "@datadir@"; unshift @INC, "$perllibdir"; } --- ./bin/autoscan.in Thu Nov 7 09:11:31 2002 +++ ../autoconf-2.57/./bin/autoscan.in Sun Mar 30 13:19:08 2003 @@ -1,4 +1,4 @@ -#! @PERL@ -w +#! /usr/bin/env perl # -*- perl -*- # autoscan - Create configure.scan (a preliminary configure.ac) for a package. # Copyright (C) 1994, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. @@ -25,6 +25,11 @@ BEGIN { + exec "/bin/sh", "-c", + "@PERL@ -w -S $0" . + (@ARGV ? " " . join(" ", map(quotemeta, @ARGV)) : "") + if ($] < 5.006); + my $perllibdir = $ENV{'autom4te_perllibdir'} || "@datadir@"; unshift @INC, "$perllibdir"; }