]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/cdemo/configure.ac, tests/demo/configure.ac,
authorGary V. Vaughan <gary@gnu.org>
Fri, 14 Nov 2003 17:28:29 +0000 (17:28 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 14 Nov 2003 17:28:29 +0000 (17:28 +0000)
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.

ChangeLog
libltdl/configure.ac
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

index 8cd3ffcd34111588634d9a2f1cdede2b01852110..d4507bdc7f1035fa1718542b7c80bb12c5a6d9f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-11-14  Gary V. Vaughan  <gary@gnu.org>
+
+       * 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.
+
 2003-11-14  Marius Vollmer  <mvo@zagadka.de>
 
        * doc/libtool.texi (Libltdl interface): libltdl does in fact load
index 19f7e1224cc6fee87f61d9f8bb81cba4d341c468..d235f1d3ed75de1356d7c91cae4f93f2b9a50730 100644 (file)
@@ -64,6 +64,7 @@ AC_C_INLINE
 ## Libtool initialisation. ##
 ## ----------------------- ##
 AC_LIBTOOL_WIN32_DLL
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
index 5aa490137881aac2238951f99a66929e5a7cf147..3d3ec08b1955a448b7294e4b38913673951104fc 100644 (file)
@@ -41,6 +41,7 @@ AC_PROG_CC
 ## ----------------------- ##
 ## Libtool initialisation. ##
 ## ----------------------- ##
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
index 30ded38f6bc680ae5750da407ef969e703fcfcb6..88fbd42434a6c380f59e25da20afc2b8350b9d12 100644 (file)
@@ -46,6 +46,7 @@ AC_EXEEXT
 ## ----------------------- ##
 AC_LIBTOOL_DLOPEN
 AC_LIBTOOL_WIN32_DLL
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
index 4d6dfc08eb23a065546ecdb5b19702c28324b222..c8dbf6bba95ff2c7db5f4fc7fa2137b214b9b23f 100644 (file)
@@ -43,6 +43,7 @@ AC_EXEEXT
 ## Libtool initialisation. ##
 ## ----------------------- ##
 AC_LIBTOOL_WIN32_DLL
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
index d809823d2cb267d5d2c20ef030618cad9e1726cc..3377dd5bd940e611a71a8d45deb6d39d4f107966 100644 (file)
@@ -61,6 +61,7 @@ AC_LANG_POP
 ## ----------------------- ##
 ## Libtool initialisation. ##
 ## ----------------------- ##
+AC_LIBTOOL_TAGS([F77])
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
index 672fad6796cd2c68b845a70c5f2fd37d5d806489..014f8f0a521011c6546603c90544ff7cd5a13d86 100644 (file)
@@ -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 8d14259c9ed9139ae5e2f637e329018e92168315..0445fc2d3045962460b102112979bb58b302bef6 100644 (file)
@@ -44,6 +44,7 @@ AC_C_CONST
 ## Libtool initialisation. ##
 ## ----------------------- ##
 AC_LIBTOOL_DLOPEN
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST(LIBTOOL_DEPS)
 
index 8eed8971f68388a6284bc4651ebf3e093d81dceb..e679228304929385e5d901c127c852bd51481159 100644 (file)
@@ -44,6 +44,7 @@ AC_C_CONST
 ## Libtool initialisation. ##
 ## ----------------------- ##
 AC_LIBTOOL_DLOPEN
+AC_LIBTOOL_TAGS([])
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
index 7ee0cf3bf561f949a5c6d0d8978407cc5f28de27..5131f2cb34fe23217574d5da21f58127a2a1856f 100644 (file)
@@ -64,6 +64,7 @@ AC_LANG_POP
 
 # Set the test language to C++.
 AC_LANG([C++])
+AC_LIBTOOL_TAGS([CXX])
 AC_PROG_LIBTOOL