libtool-patches
[Top][All Lists]
Advanced

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

FYI - Typo fix


From: Peter O'Gorman
Subject: FYI - Typo fix
Date: Fri, 15 Feb 2008 21:46:34 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

I applied this.

Peter
-- 
Peter O'Gorman
http://pogma.com
2008-02-15  Peter O'Gorman  <address@hidden>

        * libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Fix typo.

Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /sources/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.135
diff -u -r1.135 libtool.m4
--- libltdl/m4/libtool.m4       14 Feb 2008 23:48:39 -0000      1.135
+++ libltdl/m4/libtool.m4       16 Feb 2008 03:45:01 -0000
@@ -6473,7 +6473,7 @@
 *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 esac
  _LT_TAGVAR(compiler_lib_search_dirs, $1)=
-if test -n "$${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
+if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
  _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " 
${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ 
!!'`
 fi
 _LT_TAGDECL([], [compiler_lib_search_dirs], [1],

reply via email to

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