diff options
Diffstat (limited to 'make/configure.in')
-rw-r--r-- | make/configure.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/make/configure.in b/make/configure.in index c390e1ca31..987e02ddc1 100644 --- a/make/configure.in +++ b/make/configure.in @@ -93,6 +93,8 @@ dnl if test "X$host" != "Xfree_source" -a "X$host" != "Xwin32"; then AC_CANONICAL_HOST +else + host_os=$host fi TARGET=$host @@ -128,6 +130,8 @@ AC_PROG_CC AC_PROG_CXX AC_CHECK_TOOL(LD, [ld]) +LM_WINDOWS_ENVIRONMENT + _search_path=/bin:/usr/bin:/usr/local/bin:$PATH AC_PATH_PROG(ENV, [env], false, $_search_path) @@ -415,7 +419,9 @@ if test $CROSS_COMPILING = no; then esac fi -AC_CONFIG_FILES([../Makefile output.mk]) +ERL_DED + +AC_CONFIG_FILES([../Makefile output.mk ../make/$host/otp_ded.mk:../make/otp_ded.mk.in]) AC_CONFIG_FILES([emd2exml], [chmod +x emd2exml]) AC_OUTPUT |