configure.in | 1 + set_soenv.in | 1 + 2 files changed, 2 insertions(+)
New commits: commit b8a2970f24872ee1620f3cc2381055b14484dd63 Author: Tomas Chvatal <[email protected]> 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" ); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
