From: Frank Mori Hess Date: Wed, 9 Jul 2003 19:03:48 +0000 (+0000) Subject: use AC_PROG_LIBTOOL instead of old name AM_PROG_LIBTOOL X-Git-Tag: r0_7_21~51 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41291d69a661cb0c8e8254b0fe8fa79a87d67f7d;p=comedilib.git use AC_PROG_LIBTOOL instead of old name AM_PROG_LIBTOOL --- diff --git a/m4/as-libtool.m4 b/m4/as-libtool.m4 index 3997839..201ee7b 100644 --- a/m4/as-libtool.m4 +++ b/m4/as-libtool.m4 @@ -35,5 +35,5 @@ dnl [$1]_LT_LDFLAGS="$[$1]_LT_LDFLAGS -version-info $[$1]_LIBVERSION" AC_SUBST([$1]_LT_LDFLAGS) AC_LIBTOOL_DLOPEN - AM_PROG_LIBTOOL + AC_PROG_LIBTOOL ])