My system:
******************************** RS600 workstation running AIX 4.3.3 IBM Visual Age C/C++ 5.0 GNU Make (gmake 3.79.1) GNU C (gcc 2.9) ********************************
1). I ran ./configure --prefix=/myInstall_dir/ <<----- Passed without any errors.
2). I ran make, to compile autoconf-2.54 or autoconf-2.53, the following errors occured:
//-------------------------------start of error--------------------
bash-2.05$ make
Making all in bin
Target "all" is up to date.
Making all in tests
cd .. && /bin/sh /opt/packages/GNU/src/autoconf-2.53/config/missing --run automake-
1.6a --gnu tests/Makefile
/opt/packages/GNU/src/autoconf-2.53/config/missing[46]: automake-1.6a: not found.
WARNING: `automake-1.6a' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd .. && /bin/sh ./config.status tests/Makefile
config.status: creating tests/Makefile
Target "all" is up to date.
Making all in .
cd . && /bin/sh /opt/packages/GNU/src/autoconf-2.53/config/missing --run aclocal-1.6
a -I config
/opt/packages/GNU/src/autoconf-2.53/config/missing[46]: aclocal-1.6a: not found.
WARNING: `aclocal-1.6a' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.ac'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && /bin/sh /opt/packages/GNU/src/autoconf-2.53/config/missing --run automake-1
.6a --gnu Makefile
/opt/packages/GNU/src/autoconf-2.53/config/missing[46]: automake-1.6a: not found.
WARNING: `automake-1.6a' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && /bin/sh /opt/packages/GNU/src/autoconf-2.53/config/missing --run autoconf
autoconf: configure.in: No such file or directory
make: 1254-004 The error code from the last command is 1.
Stop. make: 1254-004 The error code from the last command is 1.
Stop. bash-2.05$
////-------------------------end of error ------------------------
Any idea ?
Cheers, -Joshua-
