summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorP. F. Chimento <philip.chimento@gmail.com>2013-05-02 02:28:57 -0700
committerP. F. Chimento <philip.chimento@gmail.com>2013-05-02 02:28:57 -0700
commit688f12b53d382f639cd1507bca669d121cb7a915 (patch)
tree80b18b1032991bb065e2a85397906598aa7e280d
parent2cb0efd85d34e748bd463661008e47adbf783209 (diff)
parent40423289483d256f5380ea0bb5fc6971ec3c96c7 (diff)
Merge pull request #53 from endlessm/issues/52
build: Use AC_CACHE_SAVE
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6edee89..8dbae59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,6 +46,8 @@ LT_INIT([disable-static])
# Keep Autotools macros local to this source tree
AC_CONFIG_MACRO_DIR([m4])
+AC_CACHE_SAVE
+
# Variables to define
# -------------------
# Version numbers and macros
@@ -82,6 +84,8 @@ EOS_REQUIRED_MODULES_PRIVATE="$GLIB_REQUIREMENT $GOBJECT_REQUIREMENT $GIO_REQUIR
AC_SUBST(EOS_REQUIRED_MODULES)
AC_SUBST(EOS_REQUIRED_MODULES_PRIVATE)
+AC_CACHE_SAVE
+
# Gettext package name
GETTEXT_PACKAGE=$PACKAGE
AC_SUBST(GETTEXT_PACKAGE)
@@ -151,6 +155,8 @@ PKG_CHECK_MODULES([EOS_SDK], [
$EOS_REQUIRED_MODULES
$EOS_REQUIRED_MODULES_PRIVATE])
+AC_CACHE_SAVE
+
# Output
# ------
# List files here that the configure script should output