[Libreoffice-commits] .: configure.in set_soenv.in
René Engelhard
rene at kemper.freedesktop.org
Mon Dec 13 13:17:41 PST 2010
configure.in | 1 +
set_soenv.in | 1 +
2 files changed, 2 insertions(+)
New commits:
commit faecbe2225e26dbde2cdac077dc1c4e9f690c7b2
Author: Rene Engelhard <rene at debian.org>
Date: Mon Dec 13 20:23:02 2010 +0100
AC_SUBST gperf (fdo#32195)
diff --git a/configure.in b/configure.in
index 0d67431..0942830 100755
--- a/configure.in
+++ b/configure.in
@@ -3917,6 +3917,7 @@ if test "`$GPERF --version | $EGREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d.
else
AC_MSG_ERROR([too old, you need at least 3.0.0])
fi
+AC_SUBST(GPERF)
dnl ===================================================================
dnl Check for building stax
diff --git a/set_soenv.in b/set_soenv.in
index afbeeaa..a6696ba 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1902,6 +1902,7 @@ if ( '@ENABLE_RPATH@' eq "no" ) {
ToFile( "EPM", "@EPM@", "e" );
ToFile( "EPM_FLAGS", $EPM_FLAGS, "e" );
ToFile( "BUILD_EPM", "@BUILD_EPM@", "e" );
+ToFile( "GPERF", "@GPERF@", "e" );
ToFile( "PKGFORMAT", "@PKGFORMAT@", "e" );
ToFile( "SYSTEM_STDLIBS", "@SYSTEM_STDLIBS@", "e" );
ToFile( "SYSTEM_ZLIB", "@SYSTEM_ZLIB@", "e" );
More information about the Libreoffice-commits
mailing list