summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-06 18:18:16 +0000
committerBruno Haible <bruno@clisp.org>2001-03-06 18:18:16 +0000
commitdc5a46aa1425430aa055eed7c50144941b16e30b (patch)
tree1eb5cb93a5859b02d440a14a89ddcf0626f50379 /configure.in
parent521cc6e3ac6f10cf2bade7db3d6cceaee8f36857 (diff)
downloadexternal_gettext-dc5a46aa1425430aa055eed7c50144941b16e30b.zip
external_gettext-dc5a46aa1425430aa055eed7c50144941b16e30b.tar.gz
external_gettext-dc5a46aa1425430aa055eed7c50144941b16e30b.tar.bz2
Define 'signed' away on old K&R C compilers.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1c8f9b5..c289627 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
-AC_REVISION($Revision: 1.11 $)
+AC_REVISION($Revision: 1.12 $)
AC_INIT(src/msgfmt.c)
AM_INIT_AUTOMAKE(gettext, 0.10.36)
AM_CONFIG_HEADER(config.h)
@@ -26,6 +26,7 @@ AC_CHECK_HEADERS(limits.h malloc.h string.h unistd.h values.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_INLINE
+bh_C_SIGNED
AC_C_BACKSLASH_A
jm_AC_TYPE_UNSIGNED_LONG_LONG
AC_TYPE_OFF_T