blob: ce5a59c2d1e70ed1ab1737e010ea32a13482aa5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- configure.orig Mon Mar 17 15:31:41 2003
+++ configure Mon Apr 7 23:32:37 2003
@@ -7950,6 +7950,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -12535,7 +12536,7 @@
elif test "$_moz_snap" = "1.3b" ; then
MOZILLA_SNAPSHOT=5
elif test "$_moz_snap" = "trunk" ; then
- MOZILLA_SNAPSHOT=6
+ MOZILLA_SNAPSHOT=7
else
MOZILLA_SNAPSHOT=3
fi
|