diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-01 18:38:31 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-01 18:38:31 -0600 |
commit | fdd753d1a9fb4e8fa3ab00afbb2c0b1d5315da41 (patch) | |
tree | 0b7e998ac7b0b42deb30c4a0a01730a1e9d8ffa7 /config_host.mk.in | |
parent | ea5d18a1c7c5916be0f97db1ecba07db5b9cb5cd (diff) |
GNUCOPY is one of these var that are defined-sensitive.
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 80773840b469..7c5ada77ec06 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -4,9 +4,6 @@ # export SRC_ROOT="@SRC_ROOT@" -@x_ICU@ export ICU_MAJOR="@ICU_MAJOR@" -@x_ICU@ export ICU_MICRO="@ICU_MICRO@" -@x_ICU@ export ICU_MINOR="@ICU_MINOR@" export ABOUT_BITMAP="@ABOUT_BITMAP@" export ALIGNOF_DOUBLE="@ALIGNOF_DOUBLE@" export ALIGNOF_INT="@ALIGNOF_INT@" @@ -117,7 +114,7 @@ export GIT_LINK_SRC="@GIT_LINK_SRC@" export GIT_REPO_NAMES="@GIT_REPO_NAMES@" export GMAKE_MODULE_PARALLELISM="@GMAKE_MODULE_PARALLELISM@" export GMAKE_PARALLELISM="@GMAKE_PARALLELISM@" -export GNUCOPY="@GNUCP@" +@x_GNUCP@ export GNUCOPY="@GNUCP@" export GNUMAKE="@GNUMAKE@" export GNUTAR="@GNUTAR@" export GOBJECT_CFLAGS="@GOBJECT_CFLAGS@" @@ -158,6 +155,9 @@ export HUNSPELL_CFLAGS="@HUNSPELL_CFLAGS@" export HUNSPELL_LIBS="@HUNSPELL_LIBS@" export HYPHEN_LIB="@HYPHEN_LIB@" export HYPH_SYSTEM_DIR="@HYPH_SYSTEM_DIR@" +@x_ICU@ export ICU_MAJOR="@ICU_MAJOR@" +@x_ICU@ export ICU_MICRO="@ICU_MICRO@" +@x_ICU@ export ICU_MINOR="@ICU_MINOR@" export ICU_RECLASSIFIED_CLOSE_PARENTHESIS="@ICU_RECLASSIFIED_CLOSE_PARENTHESIS@" export INPATH="@INPATH@" export INPATH_FOR_BUILD="@INPATH_FOR_BUILD@" |