[xiph-cvs] cvs commit: m4 xiph_compiler.m4

Karl Heyes karl at xiph.org
Thu Jul 17 02:23:44 PDT 2003



karl        03/07/17 05:23:44

  Modified:    .        xiph_compiler.m4
  Log:
  fix variable expansion

Revision  Changes    Path
1.5       +3 -3      m4/xiph_compiler.m4

Index: xiph_compiler.m4
===================================================================
RCS file: /usr/local/cvsroot/m4/xiph_compiler.m4,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xiph_compiler.m4	26 Jun 2003 16:03:37 -0000	1.4
+++ xiph_compiler.m4	17 Jul 2003 09:23:44 -0000	1.5
@@ -1,5 +1,5 @@
 dnl xiph_compiler.m4
-dnl $Id: xiph_compiler.m4,v 1.4 2003/06/26 16:03:37 brendan Exp $
+dnl $Id: xiph_compiler.m4,v 1.5 2003/07/17 09:23:44 karl Exp $
 
 dnl XIPH_FUNC_VA_COPY
 dnl Karl Heyes
@@ -151,12 +151,12 @@
 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

<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