libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix thinko in AC_LIBTOOL_RC


From: Charles Wilson
Subject: Fix thinko in AC_LIBTOOL_RC
Date: Mon, 30 Dec 2002 13:53:59 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0

2002-12-30  Charles Wilson  <address@hidden>

        * 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.

--Chuck
--- /usr/autotool/devel/share/aclocal/libtool.m4.real   2002-12-30 
00:16:43.000000000 -0500
+++ /usr/autotool/devel/share/aclocal/libtool.m4        2002-12-30 
00:16:56.000000000 -0500
@@ -2342,7 +2342,7 @@
 # --------------
 # 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
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]