]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_RC): AC_PROG_RC doesn't exist --
authorCharles Wilson <cwilson@ece.gatech.edu>
Tue, 31 Dec 2002 05:24:28 +0000 (05:24 +0000)
committerRobert Boehne <rboehne@gnu.org>
Tue, 31 Dec 2002 05:24:28 +0000 (05:24 +0000)
but we do AC_DEFUN something called LT_AC_PROG_RC.
Call that instead.

ChangeLog
libtool.m4

index 5baf59263cd81dd5523e3f9a58950ec4ee10b76e..c819e196398abb202ee4bba3de80a91f78b24290 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-12-30  Charles Wilson  <cwilson@ece.gatech.edu>
+
+       * 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  <rboehne@gnu.org>
  
        * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG): Copy the section
index 0cf1753eecf78a0494810955338451e0aee0243b..75c35eb599d35c017f2743c291eb57b2f7c7d254 100644 (file)
@@ -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