bug-libtool
[Top][All Lists]
Advanced

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

testsuite HEAD: old-m4-iface.at: autoconf --force fails


From: Kurt Roeckx
Subject: testsuite HEAD: old-m4-iface.at: autoconf --force fails
Date: Mon, 12 Dec 2005 21:32:35 +0100
User-agent: Mutt/1.4.2.1i

Hi,

When running a make check with a recent version of HEAD
(2005-11-26, latest downloadable from the website), I get an
error because it's trying to run autoconf --force, and autoconf
does not have such an option, atleast not in 2.59.


>From the testsuite.log:
15. old-m4-iface.at:89: testing ...
libtoolize: linking file `libltdl/COPYING.LIB'
[...]
libtoolize: Consider using `AC_CONFIG_AUX_DIR([libltdl/config])' in 
configure.in.
old-m4-iface.at:135: $ACLOCAL -I libltdl/m4
[...]
stdout:
old-m4-iface.at:135: $AUTOCONF --force
stderr:
Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir]
       [-l dir] [--localdir=dir] [--version] [template-file]
stdout:
old-m4-iface.at:135: exit code was 1, expected 0
15. old-m4-iface.at:89: 15. AC_WITH_LTDL (old-m4-iface.at:89):
FAILED (old-m4-iface.at:135)

Line 134-135 says:
LT_AT_BOOTSTRAP([--ltdl --install], [-I libltdl/m4], [ignore], [ignore],
        [--force])

And testsuite.at has:
# LT_AT_BOOTSTRAP([LIBTOOLIZE-ARGS], [ACLOCAL-ARGS], [AUTOHEADER-ARGS],
#       [AUTOMAKE-ARGS], [AUTOCONF-ARGS], [CONFIGURE-ARGS], [MAKE-ARGS])

So it seems it'a asking autoconf to run with --force, which
doesn't make sense to me.


Kurt





reply via email to

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