libtool-patches
[Top][All Lists]
Advanced

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

Re: Fix thinko in AC_LIBTOOL_RC


From: Robert Boehne
Subject: Re: Fix thinko in AC_LIBTOOL_RC
Date: Mon, 30 Dec 2002 23:23:06 -0600

Approved, and checked in to HEAD.

Robert

Charles Wilson wrote:
> 
> 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
> 
> 
>   ------------------------------------------------------------------------
> _______________________________________________
> Libtool-patches mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool-patches



reply via email to

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