[cairo-commit] autogen.sh

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Sep 4 06:08:27 PDT 2008


 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c16b4520ecc9114a7052c7afc54b264b764e5be6
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Sep 4 09:07:52 2008 -0400

    [autogen.sh] Only search in build/*.ac

diff --git a/autogen.sh b/autogen.sh
index 011db93..170c883 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,7 +29,7 @@ if test "X$CONFIGURE_IN" = X; then
 fi
 
 extract_version() {
-	grep "^ *$1" -r $CONFIGURE_IN build | sed 's/.*(\[*\([^])]*\)]*).*/\1/'
+	grep "^ *$1" $CONFIGURE_IN build/*.ac | sed 's/.*(\[*\([^])]*\)]*).*/\1/'
 }
 
 autoconf_min_vers=`extract_version AC_PREREQ`


More information about the cairo-commit mailing list