--- gvpe/configure.ac 2005/03/05 19:25:21 1.35 +++ gvpe/configure.ac 2005/03/18 02:32:20 1.38 @@ -2,7 +2,7 @@ AC_PREREQ(2.59) AC_INIT -AC_CONFIG_SRCDIR([src/vped.C]) +AC_CONFIG_SRCDIR([src/gvpe.C]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(gvpe, 1.8) AC_CONFIG_HEADERS([config.h]) @@ -40,6 +40,12 @@ #endif #endif + +#if HAVE_CLOCALE +# define CLOCALE +#else +# define CLOCALE +#endif ]) dnl Include the macros from the m4/ directory @@ -83,7 +89,9 @@ Untested combinations are: "tincd/netbsd" "tincd/solaris" - "tincd/mingw"; + "tincd/mingw" + "tincd/raw_socket" + "tincd/uml_socket"; Broken combinations are: "tincd/cygwin"; The default is to autodetect. @@ -150,7 +158,7 @@ dnl Checks for libraries. AC_LANG(C++) -AC_CHECK_HEADERS(ext/hash_map) +AC_CHECK_HEADERS(ext/hash_map clocale) dnl Checks for header files. AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \