From fc4198bbb5aaaf02110cec9b36ed83b1576b2992 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 24 Apr 1998 20:51:56 +0000 Subject: * configure: Regenerated to track ../common/aclocal.m4 changes. * config.in: Ditto. * acconfig.h: New file. * Make-common.in (top_builddir): New macro. (INTL_LIB): Removed. (INTLLIBS): New macro. (INTLDEPS): Likewise. (LIBDEPS): Use INTLDEPS. (EXTRA_LIBS): Use INTLLIBS. * aclocal.m4 (SIM_AC_COMMON): Call CY_GNU_GETTEXT. (CY_WITH_NLS, CY_GNU_GETTEXT, AM_PATH_PROG_WITH_TEST, AM_LC_MESSAGES): New macros from GNU gettext. --- sim/common/acconfig.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sim/common/acconfig.h (limited to 'sim/common/acconfig.h') diff --git a/sim/common/acconfig.h b/sim/common/acconfig.h new file mode 100644 index 0000000..b61140c --- /dev/null +++ b/sim/common/acconfig.h @@ -0,0 +1,18 @@ + +/* Define to 1 if NLS is requested. */ +#undef ENABLE_NLS + +/* Define as 1 if you have catgets and don't want to use GNU gettext. */ +#undef HAVE_CATGETS + +/* Define as 1 if you have gettext and don't want to use GNU gettext. */ +#undef HAVE_GETTEXT + +/* Define as 1 if you have the stpcpy function. */ +#undef HAVE_STPCPY + +/* Define if your locale.h file contains LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + +/* Whether printf must be declared even if is included. */ +#undef NEED_DECLARATION_PRINTF -- cgit v1.1