|
Line
Link Here
|
| 0 |
-- a/bin/autoreconf.in |
0 |
++ b/bin/autoreconf.in |
|
Lines 110-116
Link Here
|
| 110 |
my $autoheader = $ENV{'AUTOHEADER'} || '@bindir@/@autoheader-name@'; |
110 |
my $autoheader = $ENV{'AUTOHEADER'} || '@bindir@/@autoheader-name@'; |
| 111 |
my $automake = $ENV{'AUTOMAKE'} || 'automake'; |
111 |
my $automake = $ENV{'AUTOMAKE'} || 'automake'; |
| 112 |
my $aclocal = $ENV{'ACLOCAL'} || 'aclocal'; |
112 |
my $aclocal = $ENV{'ACLOCAL'} || 'aclocal'; |
| 113 |
my $libtoolize = $ENV{'LIBTOOLIZE'} || 'libtoolize'; |
113 |
my $libtoolize = $ENV{'LIBTOOLIZE'} || 'glibtoolize'; |
| 114 |
my $autopoint = $ENV{'AUTOPOINT'} || 'autopoint'; |
114 |
my $autopoint = $ENV{'AUTOPOINT'} || 'autopoint'; |
| 115 |
|
115 |
|
| 116 |
# --install -- as --add-missing in other tools. |
116 |
# --install -- as --add-missing in other tools. |