You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Verma, Nitin (GE Consumer & Industrial)" <NI...@APPL.GE.COM> on 2004/03/12 15:03:43 UTC

You should update your `aclocal.m4' by running aclocal.

 
When/Why do we get "You should update your `aclocal.m4' by running aclocal"?
What is aclocal for?
Will alocale create configure.in?
 
-----Steps I took-----------------
 
$ ls 
autogen.sh
bin
build
configure.ac
deploy
docs
include
kdevelop
lib
Makefile.am
runconfig
samples
src
vc
 
$ ln -s /usr/local/expat-1.95.7/include/ include/expat

$ sh autogen.sh
- libtoolize.
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.
- aclocal.
- autoconf.
autoconf: configure.in: No such file or directory

$ ls
aclocal.m4
autogen.sh
bin
build
config.guess -> /usr/share/libtool/config.guess
config.sub -> /usr/share/libtool/config.sub
configure.ac
deploy
docs
include
kdevelop
lib
ltmain.sh -> /usr/share/libtool/ltmain.sh
Makefile.am
runconfig
samples
src
vc

$ aclocal

$ sh autogen.sh
- libtoolize.
You should update your `aclocal.m4' by running aclocal.
- aclocal.
- autoconf.
autoconf: configure.in: No such file or directory
$
 
-------------