libtool-patches
[Top][All Lists]
Advanced

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

FYI: 41-gary-use-AC_LIBTOOL_TAGS-in-test-dirs.patch


From: Gary V. Vaughan
Subject: FYI: 41-gary-use-AC_LIBTOOL_TAGS-in-test-dirs.patch
Date: Fri, 14 Nov 2003 17:34:26 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- --
~  ())_.  Gary V. Vaughan    gary@(lilith.warpmail.net|gnu.org)
~  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
~  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/tRIiFRMICSmD1gYRAnOUAJ9L8N4nkyVgOqWWQF8nJQKxEKe9rQCgpAH5
44u1rs8EHGAZhuG6OQtxpbU=
=yI5A
-----END PGP SIGNATURE-----
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * tests/cdemo/configure.ac, tests/demo/configure.ac,
        tests/depdemo/configure.ac, tests/f77demo/configure.ac,
        tests/mdemo/configure.ac, tests/mdemo2/configure.ac,
        tests/pdemo/configure.ac, tests/tagdemo/configure.ac: Declare just
        the tags we need using AC_LIBTOOL_TAGS, reducing the size of the
        configure script by 50% in most cases.

Index: libltdl/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/configure.ac,v
retrieving revision 1.10
diff -u -p -u -r1.10 configure.ac
--- libltdl/configure.ac 11 Nov 2003 16:49:32 -0000 1.10
+++ libltdl/configure.ac 14 Nov 2003 17:28:07 -0000
@@ -64,6 +64,7 @@ AC_C_INLINE
 ## Libtool initialisation. ##
 ## ----------------------- ##
 AC_LIBTOOL_WIN32_DLL
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
Index: tests/cdemo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/cdemo/configure.ac,v
retrieving revision 1.4
diff -u -p -u -r1.4 configure.ac
--- tests/cdemo/configure.ac 14 Nov 2003 11:12:22 -0000 1.4
+++ tests/cdemo/configure.ac 14 Nov 2003 17:28:07 -0000
@@ -41,6 +41,7 @@ AC_PROG_CC
 ## ----------------------- ##
 ## Libtool initialisation. ##
 ## ----------------------- ##
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
Index: tests/demo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/demo/configure.ac,v
retrieving revision 1.5
diff -u -p -u -r1.5 configure.ac
--- tests/demo/configure.ac 14 Nov 2003 11:12:22 -0000 1.5
+++ tests/demo/configure.ac 14 Nov 2003 17:28:07 -0000
@@ -46,6 +46,7 @@ AC_EXEEXT
 ## ----------------------- ##
 AC_LIBTOOL_DLOPEN
 AC_LIBTOOL_WIN32_DLL
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
Index: tests/depdemo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/depdemo/configure.ac,v
retrieving revision 1.5
diff -u -p -u -r1.5 configure.ac
--- tests/depdemo/configure.ac 14 Nov 2003 11:12:22 -0000 1.5
+++ tests/depdemo/configure.ac 14 Nov 2003 17:28:07 -0000
@@ -43,6 +43,7 @@ AC_EXEEXT
 ## Libtool initialisation. ##
 ## ----------------------- ##
 AC_LIBTOOL_WIN32_DLL
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
Index: tests/f77demo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/f77demo/configure.ac,v
retrieving revision 1.4
diff -u -p -u -r1.4 configure.ac
--- tests/f77demo/configure.ac 14 Nov 2003 11:12:22 -0000 1.4
+++ tests/f77demo/configure.ac 14 Nov 2003 17:28:07 -0000
@@ -61,6 +61,7 @@ AC_LANG_POP
 ## ----------------------- ##
 ## Libtool initialisation. ##
 ## ----------------------- ##
+AC_LIBTOOL_TAGS([F77])
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
Index: tests/mdemo2/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/mdemo2/configure.ac,v
retrieving revision 1.5
diff -u -p -u -r1.5 configure.ac
--- tests/mdemo2/configure.ac 14 Nov 2003 11:12:22 -0000 1.5
+++ tests/mdemo2/configure.ac 14 Nov 2003 17:28:07 -0000
@@ -44,6 +44,7 @@ AC_C_CONST
 ## Libtool initialisation. ##
 ## ----------------------- ##
 AC_LIBTOOL_DLOPEN
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST(LIBTOOL_DEPS)
 
Index: tests/mdemo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/mdemo/configure.ac,v
retrieving revision 1.5
diff -u -p -u -r1.5 configure.ac
--- tests/mdemo/configure.ac 14 Nov 2003 11:12:22 -0000 1.5
+++ tests/mdemo/configure.ac 14 Nov 2003 17:28:07 -0000
@@ -49,6 +49,7 @@ AC_SUBST([LIBLTDL])
 
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_DLOPEN
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST(LIBTOOL_DEPS)
 
Index: tests/pdemo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/pdemo/configure.ac,v
retrieving revision 1.5
diff -u -p -u -r1.5 configure.ac
--- tests/pdemo/configure.ac 14 Nov 2003 11:12:22 -0000 1.5
+++ tests/pdemo/configure.ac 14 Nov 2003 17:28:07 -0000
@@ -44,6 +44,7 @@ AC_C_CONST
 ## Libtool initialisation. ##
 ## ----------------------- ##
 AC_LIBTOOL_DLOPEN
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
Index: tests/tagdemo/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/tagdemo/configure.ac,v
retrieving revision 1.4
diff -u -p -u -r1.4 configure.ac
--- tests/tagdemo/configure.ac 14 Nov 2003 11:12:22 -0000 1.4
+++ tests/tagdemo/configure.ac 14 Nov 2003 17:28:07 -0000
@@ -64,6 +64,7 @@ AC_LANG_POP
 
 # Set the test language to C++.
 AC_LANG([C++])
+AC_LIBTOOL_TAGS([CXX])
 AC_PROG_LIBTOOL
 
 

reply via email to

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