summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2012-02-26 23:40:11 +0000
committerwl <wl>2012-02-26 23:40:11 +0000
commit24cd67d24549733edaf3aa9cd06d454ec059cc68 (patch)
tree18d3853d90a34d83eae1d01defab72c006d8007c /Makefile.in
parent57b1f3fff43204b4d5b1653ed31173158fa6b2b6 (diff)
downloadgroff-24cd67d24549733edaf3aa9cd06d454ec059cc68.tar.gz
Update configuration files from `gnulib' and `config' repositories..
This also fixes a problem with `iconv' on Solaris 10, as reported in http://lists.gnu.org/archive/html/bug-groff/2012-02/msg00007.html * configure.ac: Call `gl_LOCALCHARSET. Call `AM_ICONV' as C++. * config.guess, config.rpath, config.sub, install-sh, mkinstalldirs: Updated. * m4/codeset.m4, m4/glib21.m4, m4/iconv.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4: Updated. * m4/fcntl-o.m4, m4/localcharset.m4: New files. * Makefile.in: Updated. * src/include/localcharset.h, src/libs/libgroff/config.charset, src/libs/libgroff/localcharset.c: Updated. * aclocal.m4, configure, src/include/config.hin: Regenerated.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0cc3b4de..59a8ec2d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -290,6 +290,7 @@ make_install_pdfdoc=@make_install_pdfdoc@
# -DHAVE_STRING_H if you have <string.h>
# -DHAVE_STRINGS_H if you have <strings.h>
# -DHAVE_SYS_DIR_H if you have <sys/dir.h>
+# -DHAVE_SYS_PARAM_H if you have <sys/param.h>
# -DHAVE_SYS_STAT_H if you have <sys/stat.h>
# -DHAVE_SYS_TIME_H if you have <sys/time.h>
# -DHAVE_SYS_TYPES_H if you have <sys/types.h>
@@ -313,6 +314,7 @@ make_install_pdfdoc=@make_install_pdfdoc@
# -DHAVE_STRERROR if you have strerror()
# -DHAVE_STRSEP if you have strsep()
# -DHAVE_STRTOL if you have strtol()
+# -DHAVE_SYMLINK if you have symlink()
# -DHAVE_VSNPRINTF if you have vsnprintf()
#
# -DNEED_DECLARATION_GETTIMEOFTODAY
@@ -354,6 +356,9 @@ make_install_pdfdoc=@make_install_pdfdoc@
# produced for a process that was terminated
# by a signal
#
+# -DHAVE_WORKING_O_NOATIME define if <fcntl.h>'s O_NOATIME flag works
+# -DHAVE_WORKING_O_NOFOLLOW define if <fcntl.h>'s O_NOFOLLOW flag works
+#
# -Duintmax_t=<value> define to `unsigned long' or `unsigned long
# long' if <inttypes.h> does not exist
#