libtool-patches
[Top][All Lists]
Advanced

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

Killing all instances of __oline__


From: Ralf Wildenhues
Subject: Killing all instances of __oline__
Date: Sat, 12 Dec 2009 09:01:43 +0100
User-agent: Mutt/1.5.20 (2009-10-28)

Apparently, I am too stupid to operate grep, so I overlooked one
instance of oline in libtool.m4 in commit db160ae47c1.

I am applying this obvious followup.

Sorry about that,
Ralf

2009-12-12  Ralf Wildenhues  <address@hidden>

        Replace last __oline__ instance.
        * libltdl/m4/libtool.m4 (_LT_TRY_DLOPEN_SELF): Replace last
        __oline__ instance with $LINENO.

diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 565e195..b344fa9 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -1610,7 +1610,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-[#line __oline__ "configure"
+[#line $LINENO "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H




reply via email to

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