]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
It helps to close quotes.
authorPeter O'Gorman <peter@pogma.com>
Fri, 2 May 2008 05:54:49 +0000 (00:54 -0500)
committerPeter O'Gorman <peter@pogma.com>
Fri, 2 May 2008 05:54:49 +0000 (00:54 -0500)
* libltdl/config/ltmain.m4sh (func_mode_link): Add closing '.

ChangeLog
libltdl/config/ltmain.m4sh

index 5db30d71a28e7bb68de90d370a6bc6448b301bf1..b9a695cd660776a23919009ca991f1d9f7f72157 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-02  Peter O'Gorman  <peter@pogma.com>
+
+       It helps to close quotes.
+       * libltdl/config/ltmain.m4sh (func_mode_link): Add closing '.
+
 2008-05-01  Peter O'Gorman  <peter@pogma.com>
 
        Use AC_CHECK_TOOL for otool and otool64.
index 84f70789f5ffa079afe73e691a424c04c890c487..33689b94b5f7dbdac49065289d3619f8de453e0f 100644 (file)
@@ -4951,9 +4951,9 @@ func_mode_link ()
                    done
                    if test -f "$absdir/$objdir/$depdepl" ; then
                      depdepl="$absdir/$objdir/$depdepl"
-                     darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}`
+                     darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
                       if test -z "$darwin_install_name"; then
-                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}`
+                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
                       fi
                      compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
                      linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"