mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
autoconf seems to be removing trailing spaces, apply a work around for it
svn path=/trunk/m4/; revision=4996
This commit is contained in:
parent
265f609b4a
commit
247b9b7620
@ -1,5 +1,5 @@
|
|||||||
dnl xiph_compiler.m4
|
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 XIPH_CLEAN_CCFLAGS
|
||||||
dnl Brendan Cully <brendan@xiph.org> 20030612
|
dnl Brendan Cully <brendan@xiph.org> 20030612
|
||||||
@ -21,7 +21,7 @@ do
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if { cat <<EOF
|
if { cat <<EOF
|
||||||
$xcc_REV_FLAGS
|
$xcc_REV_FLAGS x
|
||||||
EOF
|
EOF
|
||||||
} | $FGREP -v -e " $flag " > /dev/null
|
} | $FGREP -v -e " $flag " > /dev/null
|
||||||
then
|
then
|
||||||
@ -33,7 +33,7 @@ done
|
|||||||
for flag in $xcc_REV_FLAGS
|
for flag in $xcc_REV_FLAGS
|
||||||
do
|
do
|
||||||
if { cat <<EOF
|
if { cat <<EOF
|
||||||
$2
|
$2 x
|
||||||
EOF
|
EOF
|
||||||
} | $FGREP -v -e " $flag " > /dev/null
|
} | $FGREP -v -e " $flag " > /dev/null
|
||||||
then
|
then
|
||||||
@ -115,7 +115,7 @@ AC_REQUIRE([AC_PROG_FGREP])
|
|||||||
for arg in $2
|
for arg in $2
|
||||||
do
|
do
|
||||||
if { cat <<EOF
|
if { cat <<EOF
|
||||||
$$1
|
$$1 x
|
||||||
EOF
|
EOF
|
||||||
} | $FGREP -v -e " $arg " > /dev/null
|
} | $FGREP -v -e " $arg " > /dev/null
|
||||||
then
|
then
|
||||||
@ -137,7 +137,7 @@ filtered=""
|
|||||||
for arg in $2
|
for arg in $2
|
||||||
do
|
do
|
||||||
if { cat <<EOF
|
if { cat <<EOF
|
||||||
$compare
|
$compare x
|
||||||
EOF
|
EOF
|
||||||
} | $FGREP -v -e " $arg " > /dev/null
|
} | $FGREP -v -e " $arg " > /dev/null
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user