[xiph-cvs] cvs commit: libshout/m4 xiph_compiler.m4
Karl Heyes
karl at xiph.org
Mon Jun 23 19:41:19 PDT 2003
karl 03/06/23 22:41:19
Modified: m4 xiph_compiler.m4
Log:
autoconf seems to be removing trailing spaces, apply a work around for it
Revision Changes Path
1.2 +5 -5 libshout/m4/xiph_compiler.m4
Index: xiph_compiler.m4
===================================================================
RCS file: /usr/local/cvsroot/libshout/m4/xiph_compiler.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xiph_compiler.m4 24 Jun 2003 00:58:10 -0000 1.1
+++ xiph_compiler.m4 24 Jun 2003 02:41:19 -0000 1.2
@@ -1,5 +1,5 @@
dnl xiph_compiler.m4
-dnl $Id: xiph_compiler.m4,v 1.1 2003/06/24 00:58:10 brendan Exp $
+dnl $Id: xiph_compiler.m4,v 1.2 2003/06/24 02:41:19 karl Exp $
dnl XIPH_CLEAN_CCFLAGS
dnl Brendan Cully <brendan at xiph.org> 20030612
@@ -21,7 +21,7 @@
;;
*)
if { cat <<EOF
- $xcc_REV_FLAGS
+ $xcc_REV_FLAGS x
EOF
} | $FGREP -v -e " $flag " > /dev/null
then
@@ -33,7 +33,7 @@
for flag in $xcc_REV_FLAGS
do
if { cat <<EOF
- $2
+ $2 x
EOF
} | $FGREP -v -e " $flag " > /dev/null
then
@@ -115,7 +115,7 @@
for arg in $2
do
if { cat <<EOF
- $$1
+ $$1 x
EOF
} | $FGREP -v -e " $arg " > /dev/null
then
@@ -137,7 +137,7 @@
for arg in $2
do
if { cat <<EOF
- $compare
+ $compare x
EOF
} | $FGREP -v -e " $arg " > /dev/null
then
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list