From 24cd67d24549733edaf3aa9cd06d454ec059cc68 Mon Sep 17 00:00:00 2001 From: wl Date: Sun, 26 Feb 2012 23:40:11 +0000 Subject: 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. --- Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.in') 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 # -DHAVE_STRINGS_H if you have # -DHAVE_SYS_DIR_H if you have +# -DHAVE_SYS_PARAM_H if you have # -DHAVE_SYS_STAT_H if you have # -DHAVE_SYS_TIME_H if you have # -DHAVE_SYS_TYPES_H if you have @@ -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 's O_NOATIME flag works +# -DHAVE_WORKING_O_NOFOLLOW define if 's O_NOFOLLOW flag works +# # -Duintmax_t= define to `unsigned long' or `unsigned long # long' if does not exist # -- cgit v1.2.1