Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-IceS
Commits
77b282f7
Commit
77b282f7
authored
Jun 24, 2003
by
Karl Heyes
Browse files
autoconf seems to be removing trailing spaces, apply a work around for it
svn path=/trunk/m4/; revision=4996
parent
547e326b
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/xiph_compiler.m4
View file @
77b282f7
dnl xiph_compiler.m4
dnl $Id: xiph_compiler.m4,v 1.
1
2003/06/24 0
0:58:10 brendan
Exp $
dnl $Id: xiph_compiler.m4,v 1.
2
2003/06/24 0
2:41:19 karl
Exp $
dnl XIPH_CLEAN_CCFLAGS
dnl Brendan Cully <brendan@xiph.org> 20030612
...
...
@@ -21,7 +21,7 @@ do
;;
*)
if { cat <<EOF
$xcc_REV_FLAGS
$xcc_REV_FLAGS
x
EOF
} | $FGREP -v -e " $flag " > /dev/null
then
...
...
@@ -33,7 +33,7 @@ done
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 @@ AC_REQUIRE([AC_PROG_FGREP])
for arg in $2
do
if { cat <<EOF
$$1
$$1
x
EOF
} | $FGREP -v -e " $arg " > /dev/null
then
...
...
@@ -137,7 +137,7 @@ filtered=""
for arg in $2
do
if { cat <<EOF
$compare
$compare
x
EOF
} | $FGREP -v -e " $arg " > /dev/null
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment