summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-05 17:10:18 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-05 18:17:00 +0200
commit791a8b96f754798192875da287c84f8cfa4e533e (patch)
tree54d9249ae49370c67465417e47c374b53094cc10 /configure.ac
parentRevert "Git rm these two files that are now expanded from corresponding .in" (diff)
downloadcore-791a8b96f754798192875da287c84f8cfa4e533e.tar.gz
core-791a8b96f754798192875da287c84f8cfa4e533e.zip
Revert "fdo#68552: Don't (attempt to) do run-time expansion of build-time parameters"
This reverts commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0. Unfortunately does not work if BUILDDIR is different from SRCDIR.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac20
1 files changed, 1 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index c1425a77b375..2f20dd1de6a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12519,25 +12519,7 @@ if test -f config_host.mk; then
config_md5=`$MD5SUM config_host.mk | sed "s/ .*//"`
fi
-AC_CONFIG_FILES([config_host.mk
- Makefile
- lo.xcent
- filter/source/config/fragments/filters/DocBook_File.xcu
- filter/source/config/fragments/filters/MS_Excel_2003_XML.xcu
- filter/source/config/fragments/filters/MS_Word_2003_XML.xcu
- filter/source/config/fragments/filters/UOF_presentation.xcu
- filter/source/config/fragments/filters/UOF_spreadsheet.xcu
- filter/source/config/fragments/filters/UOF_text.xcu
- filter/source/config/fragments/filters/XHTML_Calc_File.xcu
- filter/source/config/fragments/filters/XHTML_Draw_File.xcu
- filter/source/config/fragments/filters/XHTML_Impress_File.xcu
- filter/source/config/fragments/filters/XHTML_Writer_File.xcu
- officecfg/registry/data/org/openoffice/Office/Paths.xcu
- officecfg/registry/data/org/openoffice/Office/WebWizard.xcu
- officecfg/registry/schema/org/openoffice/Office/Common.xcs
- wizards/source/configshare/dialog.xlc
- wizards/source/configshare/script.xlc
- instsetoo_native/util/openoffice.lst])
+AC_CONFIG_FILES([config_host.mk Makefile lo.xcent instsetoo_native/util/openoffice.lst])
AC_CONFIG_HEADERS([config_host/config_buildid.h])
AC_CONFIG_HEADERS([config_host/config_clang.h])
AC_CONFIG_HEADERS([config_host/config_features.h])