libtool-patches
[Top][All Lists]
Advanced

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

Re: FYI: 333-gary-refactor-LTDL_INIT.patch


From: Ralf Wildenhues
Subject: Re: FYI: 333-gary-refactor-LTDL_INIT.patch
Date: Mon, 14 Jan 2008 22:18:49 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Gary,

I've applied this patch to fix an omission in your change.

Cheers,
Ralf

2008-01-14  Ralf Wildenhues  <address@hidden>

        * libltdl/m4/ltoptions.m4 (AC_ENABLE_SHARED): Fix to use
        new _LT_SET_OPTION semantics.

Index: libltdl/m4/ltoptions.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/ltoptions.m4,v
retrieving revision 1.10
diff -u -r1.10 ltoptions.m4
--- libltdl/m4/ltoptions.m4     6 Jan 2008 16:33:31 -0000       1.10
+++ libltdl/m4/ltoptions.m4     14 Jan 2008 21:18:06 -0000
@@ -188,7 +188,7 @@
 
 # Old names:
 AC_DEFUN([AC_ENABLE_SHARED],
-[_LT_SET_OPTION([shared])
+[_LT_SET_OPTION([LT_INIT], [shared])
 ])
 
 AC_DEFUN([AC_DISABLE_SHARED],




reply via email to

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