[ghemical-devel] problem solved

Geoff Hutchison ghutchis@wso.williams.edu
Mon, 16 Aug 2004 17:14:15 -0400


On Aug 13, 2004, at 11:25 AM, Jean Br=E9fort wrote:

> ltmain.sh comes from libtool, so when updatitng the configure and
> Makefiles, you need:
>         aclocal
>         autoconf
>         automake
> 	libtoolize -f
>         ./configure

At least in theory, the "make" should re-run ./configure.

Also, AFAIK, "autoreconf" in the recent versions of autoconf will run=20
aclocal, autoconf, automake, etc. So you'd just need to run=20
"autoreconf; make" and be all set.

-Geoff