libtool-patches
[Top][All Lists]
Advanced

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

Re: 1.5 release


From: Alexandre Oliva
Subject: Re: 1.5 release
Date: 23 Apr 2005 19:42:42 -0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

On Apr 23, 2005, Ralf Wildenhues <address@hidden> wrote:

> -New in 1.5.15a: 2005-??-??; CVS version 1.5.15a, Libtool team:
> +New in 1.5.16: 2005-04-23; CVS version 1.5.15a, Libtool team:

Erhm...  If this is going out soon, could we perhaps get the patch I
posted for libtool.m4 in, to avoid configuring CXX and F77 in every
single libtool script, part of packages that only care about C?

For reference:

Index: ChangeLog
from  Alexandre Oliva  <address@hidden>

        * libtool.m4 (_LT_AC_TAGCONFIG): Don't bring in CXX and F77 unless
        the corresponding AC_PROG_ macro was provided.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.81
diff -u -p -r1.314.2.81 libtool.m4
--- libtool.m4 15 Apr 2005 14:40:09 -0000 1.314.2.81
+++ libtool.m4 17 Apr 2005 04:49:36 -0000
@@ -1701,6 +1701,7 @@ if test -f "$ltmain" && test -n "$tagnam
       echo appending configuration tag \"$tagname\" to $ofile
 
       case $tagname in
+AC_PROVIDE_IFELSE([AC_PROG_CXX],[
       CXX)
        if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
            ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
@@ -1711,6 +1712,8 @@ if test -f "$ltmain" && test -n "$tagnam
        fi
        ;;
 
+])dnl
+AC_PROVIDE_IFELSE([AC_PROG_F77],[
       F77)
        if test -n "$F77" && test "X$F77" != "Xno"; then
          AC_LIBTOOL_LANG_F77_CONFIG
@@ -1719,6 +1722,7 @@ if test -f "$ltmain" && test -n "$tagnam
        fi
        ;;
 
+])dnl
       GCJ)
        if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
          AC_LIBTOOL_LANG_GCJ_CONFIG
-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   address@hidden, gcc.gnu.org}
Free Software Evangelist  address@hidden, gnu.org}

reply via email to

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