libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtoolize weirdness (after 285-gary)


From: Ralf Wildenhues
Subject: libtoolize weirdness (after 285-gary)
Date: Sun, 16 Oct 2005 10:41:03 +0200
User-agent: Mutt/1.5.9i

Hi Gary,

Sorry for the terse bug report, I hope this is understandable:

cat >configure.ac <<\EOF
AC_INIT(a,1,b)
AC_CONFIG_MACRO_DIR([ltdl/m4])
AC_CONFIG_SUBDIRS(ltdl)
AM_INIT_AUTOMAKE
AC_WITH_LTDL(ltdl)
AC_LIB_LTDL(ltdl)
AC_PROG_LIBTOOL
AC_CONFIG_FILES(Makefile)
AC_OUTPUT
EOF
libtoolize --ltdl=ltdl          # this is fine
aclocal -I ltdl/m4
libtoolize --ltdl=ltdl

The second `libtoolize' invocation now also asks me to
| libtoolize: You should add the contents of `ltdl/m4/ltversion.m4' to 
`aclocal.m4'.

It seems to compare the serial 7 from aclocal.m4:AM_CONDITIONAL with the
serial 2132 from ltdl/m4/ltversion.m4.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]