summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-12-11 13:23:13 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-12-11 13:23:13 -0600
commite1087161cfdded730db5710b2ed594eba5a53b1d (patch)
treebbd3f2a7364f858e6963a25388de0430ec465832 /configure.ac
parentfdo#57320: sw: HTML export: hidden text should not be visible (diff)
downloadcore-e1087161cfdded730db5710b2ed594eba5a53b1d.tar.gz
core-e1087161cfdded730db5710b2ed594eba5a53b1d.zip
export BUILDDIR in config_host.mk to allow partial build
Change-Id: I865a22e48a3125f40de786933ded8a70c0329a39
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2b8c4e2a5621..320384cabc35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,6 +103,7 @@ if test "$build_os" = "cygwin"; then
fi
AC_SUBST(SRC_ROOT)
+AC_SUBST(BUILDDIR)
AC_SUBST(EXEEXT_FOR_BUILD)
AC_SUBST(x_Cygwin)