summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2010-12-13 20:23:02 +0100
committerRene Engelhard <rene@debian.org>2010-12-13 22:17:31 +0100
commit803f02e6a3706c8cb7abe412dda7bce2f075d2a1 (patch)
tree8786b942057cef40dae793ece1dc5f35d4d16ff6
parentspecify the download names for helppacks (diff)
downloadcore-803f02e6a3706c8cb7abe412dda7bce2f075d2a1.tar.gz
core-803f02e6a3706c8cb7abe412dda7bce2f075d2a1.zip
AC_SUBST gperf (fdo#32195)
-rwxr-xr-xconfigure.in1
-rw-r--r--set_soenv.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 0d67431bfddc..094283077dcf 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 afbeeaaad89c..a6696ba41d09 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" );