[Pkg-mozext-commits] [adblock-plus] 30/464: Glitches in configure.

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:43:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit c557c935f7cb9987cc7ed4f1f7ecd2fc05b0377b
Author: Joshua Cranmer <Pidgeot18 at gmail.com>
Date:   Mon May 11 14:33:55 2009 -0400

    Glitches in configure.
---
 configure | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure b/configure
index d499656..912eeee 100755
--- a/configure
+++ b/configure
@@ -68,7 +68,7 @@ elif hg id -r $REV $srcdir; then
 		echo "This probably isn't a big deal, but stuff might not work."
 		echo "To get the gold standard, use the following command:"
 		echo "hg up -r $REV -R $srcdir"
-	else
+	elif [[ "$(hg id -n -r $REV $srcdir)" > "$(hg id -n $srcdir)" ]]; then
 		echo "You are using an older revision than the gold standard."
 		echo "It is highly recommended that you update to at least this revision."
 		echo "To get the gold standard, use the following command:"
@@ -82,7 +82,6 @@ else
 fi
 
 AUTOCONF=$(which autoconf-2.13 autoconf2.13 autoconf213 2>/dev/null | grep -v '^no autoconf' | head -1)
-echo $AUTOCONF
 if [ ! -e $objdir ]; then
 	# We need to make the objdir and configure
 	abssrc=$(cd $srcdir && pwd)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list