From: Gary V. Vaughan Date: Fri, 14 Nov 2003 17:28:29 +0000 (+0000) Subject: * tests/cdemo/configure.ac, tests/demo/configure.ac, X-Git-Tag: release-1-9b~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c114abf5e4dbb8ff4d74480274608a11a1e3e867;p=thirdparty%2Flibtool.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 8cd3ffcd3..d4507bdc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-11-14 Gary V. Vaughan + + * 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 * doc/libtool.texi (Libltdl interface): libltdl does in fact load diff --git a/libltdl/configure.ac b/libltdl/configure.ac index 19f7e1224..d235f1d3e 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -64,6 +64,7 @@ AC_C_INLINE ## Libtool initialisation. ## ## ----------------------- ## AC_LIBTOOL_WIN32_DLL +AC_LIBTOOL_TAGS([]) AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) diff --git a/tests/cdemo/configure.ac b/tests/cdemo/configure.ac index 5aa490137..3d3ec08b1 100644 --- a/tests/cdemo/configure.ac +++ b/tests/cdemo/configure.ac @@ -41,6 +41,7 @@ AC_PROG_CC ## ----------------------- ## ## Libtool initialisation. ## ## ----------------------- ## +AC_LIBTOOL_TAGS([]) AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) diff --git a/tests/demo/configure.ac b/tests/demo/configure.ac index 30ded38f6..88fbd4243 100644 --- a/tests/demo/configure.ac +++ b/tests/demo/configure.ac @@ -46,6 +46,7 @@ AC_EXEEXT ## ----------------------- ## AC_LIBTOOL_DLOPEN AC_LIBTOOL_WIN32_DLL +AC_LIBTOOL_TAGS([]) AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) diff --git a/tests/depdemo/configure.ac b/tests/depdemo/configure.ac index 4d6dfc08e..c8dbf6bba 100644 --- a/tests/depdemo/configure.ac +++ b/tests/depdemo/configure.ac @@ -43,6 +43,7 @@ AC_EXEEXT ## Libtool initialisation. ## ## ----------------------- ## AC_LIBTOOL_WIN32_DLL +AC_LIBTOOL_TAGS([]) AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) diff --git a/tests/f77demo/configure.ac b/tests/f77demo/configure.ac index d809823d2..3377dd5bd 100644 --- a/tests/f77demo/configure.ac +++ b/tests/f77demo/configure.ac @@ -61,6 +61,7 @@ AC_LANG_POP ## ----------------------- ## ## Libtool initialisation. ## ## ----------------------- ## +AC_LIBTOOL_TAGS([F77]) AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) diff --git a/tests/mdemo/configure.ac b/tests/mdemo/configure.ac index 672fad679..014f8f0a5 100644 --- a/tests/mdemo/configure.ac +++ b/tests/mdemo/configure.ac @@ -49,6 +49,7 @@ AC_SUBST([LIBLTDL]) AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_DLOPEN +AC_LIBTOOL_TAGS([]) AC_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) diff --git a/tests/mdemo2/configure.ac b/tests/mdemo2/configure.ac index 8d14259c9..0445fc2d3 100644 --- a/tests/mdemo2/configure.ac +++ b/tests/mdemo2/configure.ac @@ -44,6 +44,7 @@ AC_C_CONST ## Libtool initialisation. ## ## ----------------------- ## AC_LIBTOOL_DLOPEN +AC_LIBTOOL_TAGS([]) AC_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) diff --git a/tests/pdemo/configure.ac b/tests/pdemo/configure.ac index 8eed8971f..e67922830 100644 --- a/tests/pdemo/configure.ac +++ b/tests/pdemo/configure.ac @@ -44,6 +44,7 @@ AC_C_CONST ## Libtool initialisation. ## ## ----------------------- ## AC_LIBTOOL_DLOPEN +AC_LIBTOOL_TAGS([]) AC_PROG_LIBTOOL AC_SUBST([LIBTOOL_DEPS]) diff --git a/tests/tagdemo/configure.ac b/tests/tagdemo/configure.ac index 7ee0cf3bf..5131f2cb3 100644 --- a/tests/tagdemo/configure.ac +++ b/tests/tagdemo/configure.ac @@ -64,6 +64,7 @@ AC_LANG_POP # Set the test language to C++. AC_LANG([C++]) +AC_LIBTOOL_TAGS([CXX]) AC_PROG_LIBTOOL