diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-09-17 17:39:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-17 17:41:28 +0300 |
commit | 332f6a5f997677a3468c47a7b7d5b7c448809293 (patch) | |
tree | a3beb492805384aba64a75c8e0d97233df5c65c9 /configure.ac | |
parent | 5e648ef800a4cf853289e50744aa266ac4651fd1 (diff) |
The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mk
So no need to expand it at configure time in ure/source/unorc, and no need to
handle the related builddir!=srcdir complications.
Change-Id: Ifa34d25fab9ad2da13ed039bf6c5921b0fb58703
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index c423df95c179..23a1f2085c66 100644 --- a/configure.ac +++ b/configure.ac @@ -4443,8 +4443,7 @@ if test "$cross_compiling" = "yes"; then instsetoo_native/util/openoffice.lst.in \ config_host/*.in \ sysui/desktop/macosx/Info.plist.in \ - ios/lo.xcconfig.in \ - ure/source/unorc.in) \ + ios/lo.xcconfig.in) \ | (cd CONF-FOR-BUILD && tar xf -) cp configure CONF-FOR-BUILD test -d config_build && cp -p config_build/*.h CONF-FOR-BUILD/config_host 2>/dev/null @@ -12770,8 +12769,7 @@ AC_CONFIG_FILES([config_host.mk lo.xcent instsetoo_native/util/openoffice.lst sysui/desktop/macosx/Info.plist - ios/lo.xcconfig - ure/source/unorc]) + ios/lo.xcconfig]) AC_CONFIG_HEADERS([config_host/config_buildid.h]) AC_CONFIG_HEADERS([config_host/config_clang.h]) AC_CONFIG_HEADERS([config_host/config_eot.h]) |