]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/configure.in (AC_PROG_LIBTOOL): automake does not
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 27 Jan 1999 05:36:49 +0000 (05:36 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 27 Jan 1999 05:36:49 +0000 (05:36 +0000)
recognize it and fail, better keep using AM_PROG_LIBTOOL until the
next release of automake
* demo/configure.in, cdemo/configure.in: ditto
* depdemo/configure.in, mdemo/configure.in: ditto

ChangeLog
cdemo/configure.in
demo/configure.in
depdemo/configure.in
libltdl/configure.in
mdemo/configure.in

index 5a2d28b82b9ec362b614248de655e6d30b932b75..89b264bf5cf686728abb56fd6516aa4253065ac5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 1999-01-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * libltdl/configure.in (AC_PROG_LIBTOOL): automake does not
+       recognize it and fail, better keep using AM_PROG_LIBTOOL until the
+       next release of automake
+       * demo/configure.in, cdemo/configure.in: ditto
+       * depdemo/configure.in, mdemo/configure.in: ditto
+
        * libltdl/ltdl.c: make all global strings char[], not char*; check 
        that all calls to malloc() are properly cast
        (strdup, strchr, strrchr, trim, free_vars): declare as inline
index 0281c2e2f298b6224f1960e2d0b4389318f12f54..97f3a3b47ba734ef65cd904f5184ac5337bfb5ea 100644 (file)
@@ -4,7 +4,7 @@ AM_INIT_AUTOMAKE(cdemo,0.1)
 
 AC_PROG_CC
 AC_EXEEXT
-AC_PROG_LIBTOOL
+AM_PROG_LIBTOOL
 
 AC_CHECK_HEADERS(math.h)
 
index abbb0edf45d61a7e85ad76eefb54ffb3bbd9bae6..e0fac772d0971e55cb5a198050bd0d70fd6411c6 100644 (file)
@@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE(hell,1.0)
 AC_PROG_CC
 AC_C_CONST
 AC_EXEEXT
-AC_PROG_LIBTOOL
+AM_PROG_LIBTOOL
 
 if ${CONFIG_SHELL} ./libtool --features | grep "enable static" >/dev/null; then
   STATIC=-static
index 64310fb7a9d241f1ea96cb5b93a487ae6f58a5cc..5a19db94e48bf7ac57a0be61d0a7c412e719af94 100644 (file)
@@ -4,7 +4,7 @@ AM_INIT_AUTOMAKE(depdemo,0.1)
 
 AC_PROG_CC
 AC_EXEEXT
-AC_PROG_LIBTOOL
+AM_PROG_LIBTOOL
 
 AC_CHECK_HEADERS(math.h)
 
index a623f295f24fc4e4d3eda0c7f5a3c9e5ef0443a8..dd7359418dcd7fcf6abc397840dbba526f92bc6f 100644 (file)
@@ -21,7 +21,7 @@ AC_SUBST(NOINSTLIBS)
 AC_PROG_CC
 AC_C_CONST
 AC_C_INLINE
-AC_PROG_LIBTOOL
+AM_PROG_LIBTOOL
 AC_SUBST(LIBTOOL_DEPS)
 
 AC_CACHE_CHECK([which extension is used for shared libraries],
index 0e137515e399f154eee3c0333ac87be0db7713ce..c29c35906599edc4deb4dbdba01ab41dd49eebeb 100644 (file)
@@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE(mdemo,0.1)
 AC_PROG_CC
 AC_C_CONST
 AC_EXEEXT
-AC_PROG_LIBTOOL
+AM_PROG_LIBTOOL
 
 if ${CONFIG_SHELL} ./libtool --features | grep "enable static" >/dev/null; then
   STATIC=-static