--- gvpe/configure.ac 2005/03/18 01:53:05 1.37 +++ gvpe/configure.ac 2005/03/23 17:03:58 1.39 @@ -4,7 +4,7 @@ AC_INIT AC_CONFIG_SRCDIR([src/gvpe.C]) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE(gvpe, 1.8) +AM_INIT_AUTOMAKE(gvpe, 1.9) AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE @@ -41,13 +41,11 @@ #endif -// include clocale first because gettext.h might overwrite setlocale -#if defined(HAVE_CLOCALE) && defined(__cplusplus) -# include +#if HAVE_CLOCALE +# define CLOCALE #else -# include +# define CLOCALE #endif -#include "gettext.h" ]) dnl Include the macros from the m4/ directory @@ -89,6 +87,7 @@ "tincd/darwin" "native/cygwin"; Untested combinations are: + "native/darwin" "tincd/netbsd" "tincd/solaris" "tincd/mingw" @@ -120,7 +119,7 @@ AC_DEFINE(HAVE_FREEBSD, 1, [FreeBSD]) ;; *darwin*) - IFTYPE=tincd + IFTYPE=native IFSUBTYPE=darwin AC_DEFINE(HAVE_DARWIN, 1, [Darwin (MacOS/X)]) ;;