Hello!

Sorry for the crosspost. I don't know if it's a problem with Autoconf or
with Automake. Libtool is probably just a victim in this case.

Autoconf, Automake, Libtool are fresh from CVS. Linux PPC 1999 Q3,
gcc-2.95.2, m4-1.4, bash-2.03.1 is /bin/sh.

depdemo-make.test fails. It appears that the testsuite gives the --srcdir
argument to the configure which is an absolute path.

The same problem can be observed when configure is just run with the full
path:

$ pwd
/home/proskin/src/libtool/depdemo
$ `pwd`/configure --quiet
loading cache ./config.cache
loading cache ./config.cache within ltconfig
creating libtool
loading cache ./config.cache
creating ./config.status
creating Makefile
creating l1/Makefile
creating l2/Makefile
creating l3/Makefile
creating l4/Makefile
$ make
Making all in l1
make[1]: Entering directory `/home/proskin/src/libtool/depdemo/l1'
make[1]: *** No rule to make target
`..//home/proskin/src/libtool/depdemo/configure.in', needed by
`..//home/proskin/src/libtool/depdemo/l1/Makefile.in'.  Stop.
make[1]: Leaving directory `/home/proskin/src/libtool/depdemo/l1'
make: *** [all-recursive] Error 1

Pavel Roskin

Reply via email to