Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-libshout
Commits
213ea9fd
Commit
213ea9fd
authored
Jul 17, 2003
by
Karl Heyes
Browse files
fix variable expansion
svn path=/trunk/m4/; revision=5147
parent
a0025262
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/xiph_compiler.m4
View file @
213ea9fd
dnl xiph_compiler.m4
dnl $Id: xiph_compiler.m4,v 1.
4
2003/0
6/26 16:03:37 brendan
Exp $
dnl $Id: xiph_compiler.m4,v 1.
5
2003/0
7/17 09:23:44 karl
Exp $
dnl XIPH_FUNC_VA_COPY
dnl Karl Heyes
...
...
@@ -151,12 +151,12 @@ dnl
AC_DEFUN([XIPH_VAR_PREPEND],
[dnl
AC_REQUIRE([AC_PROG_FGREP])
xt_compare="$1"
xt_compare="$
$
1"
xt_filtered=""
for arg in $2
do
if { cat <<EOF
$compare x
$
xt_
compare x
EOF
} | $FGREP -v -e " $arg " > /dev/null
then
...
...
Write
Preview
Supports
Markdown
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