* 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.
This commit is contained in:
Charles Wilson 2002-12-31 05:24:28 +00:00 committed by Robert Boehne
parent e30c49e673
commit c3c2a90f1d
2 changed files with 7 additions and 1 deletions

View File

@ -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

2
libtool.m4 vendored
View 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