I am having problems
building Autoconf 2.54. Currently I have libtool 1.4.2, m4 1.4 and
automake 1.7 installed.
To build, I used the
commands:
./configure
--prefix=/export/local/gnu/autoconf
make
My results
are:
Making all in
bin
Making all in
tests
Making all in
.
making all in
lib
making all in
Autom4te
../../tests/autom4te
\
--language=m4sugar \
--freeze
\
--include=./..
\
--include=..
--output=m4sugar.m4f
\
../../tests/autom4te:
/export/local/gnu/autoconf-2.54/bin/autom4te: not found
***Error code
1
make: Fatal
error: Command failed for target 'm4sugar.m4f'
Current working
directory /export/local/gnu/autoconf-2.54/lib/m4sugar
***Error code
1
make: Fatal
error: Command failed for target 'all-recursive'
Current working
directory /export/local/gnu/autoconf-2.54/lib
***Error code 1
make: Fatal
error: Command failed for target 'all-recursive'
One thing I noticed
is that the scripts in the bin directory don't seem to get built. The only
files that are there post-make are:
Makefile,
Makefile.am, Makefile.in, autoconf.as,
autoconf.in, autoheader.in, autom4te.in,
autoreconf.in, autoscan.in, autoupdate.in, and
ifnames.in
ANY help would be
appreciated.
Thanks in
advance,
Anthony
Martin