libtool-patches
[Top][All Lists]
Advanced

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

FYI: IFS fixes


From: Ralf Wildenhues
Subject: FYI: IFS fixes
Date: Fri, 17 Mar 2006 05:21:00 +0100
User-agent: Mutt/1.5.9i

Applied to HEAD and branch-1-5, respectively.

Cheers,
Ralf

        * libltdl/m4/libtool.m4 (AC_PROG_SED): Do not forget to reset
        IFS even in case of empty `$PATH'.

Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.61
diff -u -r1.61 libtool.m4
--- libltdl/m4/libtool.m4       16 Mar 2006 16:56:34 -0000      1.61
+++ libltdl/m4/libtool.m4       17 Mar 2006 04:19:01 -0000
@@ -6748,6 +6748,7 @@
     done
   done
 done
+IFS=$as_save_IFS
 lt_ac_max=0
 lt_ac_count=0
 # Add /usr/xpg4/bin/sed as it is typically found on Solaris



        * libtool.m4 (LT_AC_PROG_SED): Do not forget to reset IFS even
        in case of empty `$PATH'.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.150
diff -u -r1.314.2.150 libtool.m4
--- libtool.m4  16 Mar 2006 16:58:02 -0000      1.314.2.150
+++ libtool.m4  17 Mar 2006 04:19:13 -0000
@@ -6380,6 +6380,7 @@
     done
   done
 done
+IFS=$as_save_IFS
 lt_ac_max=0
 lt_ac_count=0
 # Add /usr/xpg4/bin/sed as it is typically found on Solaris




reply via email to

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