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 | |
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')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/libtool/files/1.5.2/libtool-1.5.2-libtool_m4-shared_ext.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index 7f694522d00e..9c5344a6b7c0 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/libtool # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.51 2004/07/16 04:03:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.52 2004/09/02 02:44:48 vapier Exp $ + + 01 Sep 2004; Mike Frysinger <vapier@gentoo.org> + files/1.5.2/libtool-1.5.2-libtool_m4-shared_ext.patch: + Make sure we quote the grep #47771 by csm@gnu.org. 15 Jul 2004; Aron Griffis <agriffis@gentoo.org> libtool-1.4.3-r3.ebuild, libtool-1.4.3-r4.ebuild, libtool-1.5.2-r3.ebuild, libtool-1.5.2-r4.ebuild, 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" |