summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2006-01-11 00:37:42 +0000
committerwl <wl>2006-01-11 00:37:42 +0000
commit2871931e6427b77d9ff7d139bfc063d640147f1a (patch)
tree215c890b9da742d8fd9a3ae8cf088d15c864b421 /Makefile.in
parent277273f8a652d7ffbb483590caebe4f509575ce2 (diff)
downloadgroff-2871931e6427b77d9ff7d139bfc063d640147f1a.tar.gz
* configure.ac: Test for getc_unlocked (needed for localcharset).
* configure, src/include/config.hin: Regenerated. * src/libs/libgroff/Makefile.sub (EXTRA_CFLAGS): Define ENABLE_RELOCATABLE. * src/libs/libgroff/relocatable.h: New dummy header file for localcharset.c. * src/libs/libgroff/localcharset.c: Updated to (unchanged) CVS gnulib version.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in16
1 files changed, 9 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index ebc2c6e9..55975f0a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005
+# Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005, 2006
# Free Software Foundation, Inc.
# Written by James Clark (jjc@jclark.com)
#
@@ -265,12 +265,6 @@ make_install_pdfdoc=@make_install_pdfdoc@
# -DWORDS_BIGENDIAN if your target platform is big-endian
# -DIS_EBCDIC_HOST if the host's encoding is EBCDIC
#
-# -DHAVE_DECL_SYS_SIGLIST if you have sys_siglist[]
-# -DWCOREFLAG=0200 if the 0200 bit of the status returned by
-# wait() indicates whether a core image was
-# produced for a process that was terminated
-# by a signal
-#
# -DHAVE_DIRECT_H if you have <direct.h>
# -DHAVE_DIRENT_H if you have <dirent.h>
# -DHAVE_CC_INTTYPES_H if you have a C++ <inttypes.h>
@@ -331,6 +325,9 @@ make_install_pdfdoc=@make_install_pdfdoc@
# -DNEED_DECLARATION_VSNPRINTF if your C++ <stdio.h> doesn't declare
# vsnprintf()
#
+# -DHAVE_DECL_GETC_UNLOCKED if you have getc_unlocked()
+# -DHAVE_DECL_SYS_SIGLIST if you have sys_siglist[]
+#
# -DHAVE_STRUCT_EXCEPTION if <math.h> defines struct exception
# -DHAVE_SYS_NERR if you have sysnerr in <errno.h> or <stdio.h>
# -DHAVE_SYS_ERRLIST if you have sys_errlist in <errno.h> or
@@ -340,6 +337,11 @@ make_install_pdfdoc=@make_install_pdfdoc@
# -DRETSIGTYPE=int if signal handlers return int not void
# -DRET_TYPE_SRAND_IS_VOID if srand() returns void not int
#
+# -DWCOREFLAG=0200 if the 0200 bit of the status returned by
+# wait() indicates whether a core image was
+# produced for a process that was terminated
+# by a signal
+#
# -Duintmax_t=<value> define to `unsigned long' or `unsigned long
# long' if <inttypes.h> does not exist
#