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

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

[debbugs-tracker] bug#11401: closed (automake-1.12 (incorrectly?) compla


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11401: closed (automake-1.12 (incorrectly?) complains about missing AM_PROG_AR)
Date: Mon, 26 Nov 2012 12:40:01 +0000

Your message dated Mon, 26 Nov 2012 13:37:58 +0100
with message-id <address@hidden>
and subject line Re: Automake, Libtool and AM_PROG_AR
has caused the debbugs.gnu.org bug report #11401,
regarding automake-1.12 (incorrectly?) complains about missing AM_PROG_AR
to be marked as done.

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


-- 
11401: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11401
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: automake-1.12 (incorrectly?) complains about missing AM_PROG_AR Date: Fri, 4 May 2012 01:25:57 -0400 User-agent: KMail/1.13.7 (Linux/3.3.4; KDE/4.6.5; x86_64; ; )
consider this simple code base:
$ cat configure.ac
AC_PREREQ([2.63])
AC_INIT([foo], [0])
AM_INIT_AUTOMAKE([1.11 -Wall foreign])
AC_PROG_CC
LT_INIT
AC_OUTPUT(Makefile)

$ cat Makefile.am
lib_LTLIBRARIES = libfoo.la
libfoo_la_SOURCES = foo.c

$ touch foo.c

with automake-1.11.5, everything works great:
$ autoreconf -f -i
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

however, upgrade to automake-1.12, and it starts spitting this:
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libfoo.la': linking libtool 
libraries using a non-POSIX
/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 
'configure.ac'
Makefile.am:1:   while processing Libtool library 'libfoo.la'

what gives ?
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
--- Begin Message --- Subject: Re: Automake, Libtool and AM_PROG_AR Date: Mon, 26 Nov 2012 13:37:58 +0100
On 11/21/2012 11:46 AM, Stefano Lattarini wrote:
> References:
> <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11401>
> <http://lists.gnu.org/archive/html/automake/2012-05/msg00012.html>
> 
> Any news on this?  Since it doesn't seem a big deal anyway, unless I hear
> something new in a few days, I'll go ahead and close the bug report, leaving
> the matter in the hands of the libtoolers.
>
I've closed this report now.

Regards,
  Stefano


--- End Message ---

reply via email to

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