mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-01 15:25:27 +08:00
* 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:
parent
e30c49e673
commit
c3c2a90f1d
@ -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
2
libtool.m4
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user