1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Move the call to AC_CANONICAL_HOST up higher in configure.ac.

This commit is contained in:
david
2007-11-19 21:01:33 +00:00
parent 1192b1b2cb
commit 891abf25c3
2 changed files with 881 additions and 205 deletions

1078
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -36,6 +36,10 @@ AC_SUBST(pcredir)
dnl use config.h instead of -D macros dnl use config.h instead of -D macros
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
dnl Host specific hacks
AC_CANONICAL_HOST
AC_C_INLINE
dnl Checks for programs. dnl Checks for programs.
AC_PROG_CC AC_PROG_CC
AC_PROG_CXX AC_PROG_CXX
@@ -100,10 +104,6 @@ fi
AC_SUBST(COMPAT_OBJS) AC_SUBST(COMPAT_OBJS)
AC_SUBST(COMPAT_SRCS) AC_SUBST(COMPAT_SRCS)
dnl Host specific hacks
AC_CANONICAL_HOST
AC_C_INLINE
needs_cpp_precomp=no needs_cpp_precomp=no
LUAFLAGS="MYCFLAGS=\"-DLUA_USE_POSIX -DLUA_USE_DLOPEN\"" LUAFLAGS="MYCFLAGS=\"-DLUA_USE_POSIX -DLUA_USE_DLOPEN\""