diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-02 02:44:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-02 02:44:48 +0000 |
commit | cc2293c8b03747940d58607f75e79c9bde3e10f4 (patch) | |
tree | 1513c335a131938d6f94accdfe4c5d4d87929b8f /sys-devel/libtool/files/1.5.2/libtool-1.5.2-libtool_m4-shared_ext.patch | |
parent | marking binutils-2.15.91.0.1 ~x86 again (diff) | |
download | historical-cc2293c8b03747940d58607f75e79c9bde3e10f4.tar.gz historical-cc2293c8b03747940d58607f75e79c9bde3e10f4.tar.bz2 historical-cc2293c8b03747940d58607f75e79c9bde3e10f4.zip |
quotes ! more quotes ! #47771
Diffstat (limited to 'sys-devel/libtool/files/1.5.2/libtool-1.5.2-libtool_m4-shared_ext.patch')
-rw-r--r-- | sys-devel/libtool/files/1.5.2/libtool-1.5.2-libtool_m4-shared_ext.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/libtool/files/1.5.2/libtool-1.5.2-libtool_m4-shared_ext.patch b/sys-devel/libtool/files/1.5.2/libtool-1.5.2-libtool_m4-shared_ext.patch index 3be3a61cdc81..27460b33c67e 100644 --- a/sys-devel/libtool/files/1.5.2/libtool-1.5.2-libtool_m4-shared_ext.patch +++ b/sys-devel/libtool/files/1.5.2/libtool-1.5.2-libtool_m4-shared_ext.patch @@ -18,7 +18,7 @@ + if test ! -f "${ofile}"; then + AC_MSG_WARN([output file `$ofile' does not exist]) + fi -+ if test -z `grep -e 'shared_ext.*shrext' $ofile`; then ++ if test -z "`grep -e 'shared_ext.*shrext' $ofile`"; then + # Make sure $shared_ext gets set to $shrext + if sed -e 's/shared_ext/shrext/g' "$ofile" > "${ofile}T"; then + mv "${ofile}T" "$ofile" |