bug-autoconf
[Top][All Lists]
Advanced

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

autoreconf thinks I'm not using libtool


From: Peter Johansson
Subject: autoreconf thinks I'm not using libtool
Date: Sun, 14 Mar 2010 12:38:42 -0400
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

Hello,

I experience that autoreconf, for some reason, thinks I'm not using libtool. I slimmed down my configure.ac to the following:

AC_INIT([1.0], [hello])
AM_INIT_AUTOMAKE([foreign])
AC_LANG([C++])
AC_PROG_CXX
AC_PROG_LIBTOOL
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

and when I issue `autoreconf -isvf' I get

autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /opt/local/bin/autoconf --force
configure.ac:5: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /opt/local/bin/autoconf failed with exit status: 1

I use Autoconf 2.65, Automake 1.11.1 and libtool 2.2.6b. The tools are all installed via port on a Mac OSX 10.4 in case that matters.

Please let me know what addition information would be useful.

Thanks,
Peter





reply via email to

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