[Libreoffice-commits] .: configure.in set_soenv.in
Tomáš Chvátal
tchvatal at kemper.freedesktop.org
Tue Nov 29 04:09:13 PST 2011
configure.in | 1 +
set_soenv.in | 1 +
2 files changed, 2 insertions(+)
New commits:
commit b8a2970f24872ee1620f3cc2381055b14484dd63
Author: Tomas Chvatal <tchvatal at suse.cz>
Date: Tue Nov 29 13:09:06 2011 +0100
Export DO_FETCH_TARBALLS in set_soenv.
diff --git a/configure.in b/configure.in
index d925ba4..3e3671f 100644
--- a/configure.in
+++ b/configure.in
@@ -2553,6 +2553,7 @@ if test "z$enable_fetch_external" != "zno" ; then
DO_FETCH_TARBALLS="YES"
else
AC_MSG_RESULT([no])
+ DO_FETCH_TARBALLS="NO"
fi
AC_SUBST(DO_FETCH_TARBALLS)
diff --git a/set_soenv.in b/set_soenv.in
index b723e14..10a0937 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1484,6 +1484,7 @@ ToFile( "LIBDIR", "@LIBDIR@", "e" );
ToFile( "DATADIR", "@DATADIR@", "e" );
ToFile( "MANDIR", "@MANDIR@", "e" );
ToFile( "DOCDIR", "@DOCDIR@", "e" );
+ToFile( "DO_FETCH_TARBALLS", "@DO_FETCH_TARBALLS", "e" );
ToFile( "BUILD_MOZAB", "@BUILD_MOZAB@", "e" );
ToFile( "PREBUILD_MOZAB", $PREBUILD_MOZAB, "e" );
ToFile( "MOZILLA_VERSION", $MOZILLA_VERSION, "e" );
More information about the Libreoffice-commits
mailing list