50 |
build=`$tsdir/config.guess` |
build=`$tsdir/config.guess` |
51 |
|
|
52 |
[ -z "$w32root" ] && w32root="$HOME/w32root" |
[ -z "$w32root" ] && w32root="$HOME/w32root" |
53 |
|
export w32root |
54 |
echo "Using $w32root as standard install directory" >&2 |
echo "Using $w32root as standard install directory" >&2 |
55 |
|
|
56 |
# See whether we have the Debian cross compiler package installed |
# See whether we have the Debian cross compiler package installed |
130 |
echo "Running autoheader..." |
echo "Running autoheader..." |
131 |
$AUTOHEADER |
$AUTOHEADER |
132 |
echo "Running automake --gnu ..." |
echo "Running automake --gnu ..." |
133 |
$AUTOMAKE --gnu; |
$AUTOMAKE --add-missing --gnu |
134 |
echo "Running autoconf..." |
echo "Running autoconf..." |
135 |
$AUTOCONF |
$AUTOCONF |
136 |
|
|