From: Charles Wilson Date: Tue, 31 Dec 2002 05:24:28 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_RC): AC_PROG_RC doesn't exist -- X-Git-Tag: release-1-5~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3c2a90f1d86e723aa7aed5227ec0b12e7ef6e79;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_RC): AC_PROG_RC doesn't exist -- but we do AC_DEFUN something called LT_AC_PROG_RC. Call that instead. --- diff --git a/ChangeLog b/ChangeLog index 5baf59263..c819e1963 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-12-30 Charles Wilson + + * libtool.m4 (AC_LIBTOOL_RC): AC_PROG_RC doesn't exist -- + but we do AC_DEFUN something called LT_AC_PROG_RC. + Call that instead. + 2002-12-30 Robert Boehne * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG): Copy the section diff --git a/libtool.m4 b/libtool.m4 index 0cf1753ee..75c35eb59 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2345,7 +2345,7 @@ _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,GCJ" | sed 's/^,//'`]) # -------------- # enable support for Windows resource files AC_DEFUN([AC_LIBTOOL_RC], -[AC_REQUIRE([AC_PROG_RC]) +[AC_REQUIRE([LT_AC_PROG_RC]) _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,RC" | sed 's/^,//'`]) ])# AC_LIBTOOL_RC