[SCM] WebKit Debian packaging branch, debian/experimental,	updated. debian/1.3.8-1-1049-g2e11a8e
    xan at webkit.org 
    xan at webkit.org
       
    Fri Jan 21 14:53:51 UTC 2011
    
    
  
The following commit has been merged in the debian/experimental branch:
commit e8f456324026f0c8d38410fbcecc1f5357ded96c
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 3 23:52:04 2011 +0000
    2011-01-03  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Martin Robinson.
    
            * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
            variable (like jhbuild).
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74944 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index b843915..32f8857 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-03  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
+        variable (like jhbuild).
+
 2011-01-03  Patrick Gansterer  <paroga at webkit.org>
 
         Reviewed by Darin Adler.
diff --git a/autogen.sh b/autogen.sh
index 4a9c891..23639e8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,7 +17,7 @@ if test -z `which autoreconf`; then
     echo "Error: autoreconf not found, please install it."
     exit 1
 fi
-autoreconf --verbose --install -I Source/autotools || exit $?
+autoreconf --verbose --install -I Source/autotools $ACLOCAL_FLAGS|| exit $?
 
 cd $ORIGDIR || exit 1
 
-- 
WebKit Debian packaging
    
    
More information about the Pkg-webkit-commits
mailing list