[xiph-commits] r9071 - trunk/dryice

arc at motherfish-iii.xiph.org arc at motherfish-iii.xiph.org
Sun Mar 13 17:13:35 PST 2005


Author: arc
Date: 2005-03-13 17:13:33 -0800 (Sun, 13 Mar 2005)
New Revision: 9071

Modified:
   trunk/dryice/
   trunk/dryice/autogen.sh
Log:
More stuff for building - grr I want to code damnit



Property changes on: trunk/dryice
___________________________________________________________________
Name: svn:externals
   + m4            http://svn.xiph.org/icecast/trunk/m4


Modified: trunk/dryice/autogen.sh
===================================================================
--- trunk/dryice/autogen.sh	2005-03-13 23:17:57 UTC (rev 9070)
+++ trunk/dryice/autogen.sh	2005-03-14 01:13:33 UTC (rev 9071)
@@ -38,7 +38,7 @@
     AC_PROGS="$ACLOCAL $AC_PROGS"
     for am in $AM_PROGS; do
       ($am --version > /dev/null 2>&1) 2>/dev/null || continue
-      ver=`$am --version | head -1 | $VERSIONGREP`
+      ver=`$am --version | head -n 1 | $VERSIONGREP`
       AWK_RES=`echo $ver $AM_NEEDED | awk '{ if ( $1 >= $2 ) print "yes"; else print "no" }'`
       if test "$AWK_RES" = "yes"; then
         AUTOMAKE=$am
@@ -48,7 +48,7 @@
     done
     for ac in $AC_PROGS; do
       ($ac --version > /dev/null 2>&1) 2>/dev/null || continue
-      ver=`$ac --version < /dev/null | head -1 | $VERSIONGREP`
+      ver=`$ac --version < /dev/null | head -n 1 | $VERSIONGREP`
       AWK_RES=`echo $ver $AM_NEEDED | awk '{ if ( $1 >= $2 ) print "yes"; else print "no" }'`
       if test "$AWK_RES" = "yes"; then
         ACLOCAL=$ac



More information about the commits mailing list