* libltdl/config/ltmain.m4sh (func_mode_link): Add closing '.
+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.
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}"