emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#8104: closed (automake suggests use of AC_PROG_L


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#8104: closed (automake suggests use of AC_PROG_LIBTOOL, this has been replaced by LT_INIT)
Date: Mon, 07 Mar 2011 13:21:02 +0000

Your message dated Mon, 7 Mar 2011 14:19:54 +0100
with message-id <address@hidden>
and subject line Re: bug#8104: automake suggests use of AC_PROG_LIBTOOL, this 
has been replaced by LT_INIT
has caused the GNU bug report #8104,
regarding automake suggests use of AC_PROG_LIBTOOL, this has been replaced by 
LT_INIT
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
8104: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8104
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: automake suggests use of AC_PROG_LIBTOOL, this has been replaced by LT_INIT Date: Thu, 24 Feb 2011 13:00:54 +1100
Version: 1.11.1 (ubuntu 10.10). I have inspected the most recent
master and it appears to also have this bug.

configure.ac:
AC_INIT([a], [b], [c])
AM_INIT_AUTOMAKE([foreign])
dnl no LT_INIT -- on purpose
AC_PROG_CC
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

Makefile.am:
lib_LTLIBRARIES = libfoo.la

Run autoreconf -i:
$ autoreconf -i
Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
Makefile.am:1:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:1:   to `configure.ac' and run `aclocal' and `autoconf' again.
Makefile.am:1:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
Makefile.am:1:   its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1

See the libtool manual (
http://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html
):
AC_PROG_LIBTOOL and AM_PROG_LIBTOOL are deprecated names for older
versions of this macro; autoupdate will upgrade your configure.ac
files.

It appears that automake's message is out of date.

-- Jack



--- End Message ---
--- Begin Message --- Subject: Re: bug#8104: automake suggests use of AC_PROG_LIBTOOL, this has been replaced by LT_INIT Date: Mon, 7 Mar 2011 14:19:54 +0100 User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )
A patch fixing this bug has been applied in commit
`v1.11-315-gd51e7b7' "libtool: suggest LT_INIT if
LTLIBRARIES primary is used"; I'm thus closing the
bug.

Regards,
  Stefano


--- End Message ---

reply via email to

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