summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-08-23 02:10:10 +0100
committerJavier Jardón <jjardon@gnome.org>2015-08-23 02:28:25 +0100
commit334066c83de6c96320b63663a35d53159158c9b7 (patch)
tree3d07a4110d07311cac1eab90849a627c6c920422
parent59e2936f588aa945e8dcd6c737523c299067e9d0 (diff)
downloadmozjs24-334066c83de6c96320b63663a35d53159158c9b7.tar.gz
Hardcode mozilla version to 24.2.0
-rwxr-xr-xjs/src/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/src/configure b/js/src/configure
index 6f9bd92..ee53821 100755
--- a/js/src/configure
+++ b/js/src/configure
@@ -1581,9 +1581,9 @@ esac
fi
-MOZILLA_VERSION=`$PERL $srcdir/config/milestone.pl -topsrcdir $srcdir`
-MOZILLA_UAVERSION=`$PERL $srcdir/config/milestone.pl -topsrcdir $srcdir -uaversion`
-MOZILLA_SYMBOLVERSION=`$PERL $srcdir/config/milestone.pl -topsrcdir $srcdir -symbolversion`
+MOZILLA_VERSION=24.2.0
+MOZILLA_UAVERSION=24
+MOZILLA_SYMBOLVERSION=24
cat >> confdefs.pytmp <<EOF
(''' MOZILLA_VERSION ''', r''' "$MOZILLA_VERSION" ''')