summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorwl <wl>2006-01-03 23:57:03 +0000
committerwl <wl>2006-01-03 23:57:03 +0000
commitd934ff6d9368d954c0b532cd4c23f4d4c3591cce (patch)
tree0d41502d8780d600bc3ff86604bf05f6d2312c86 /configure.ac
parent1768e1210ff633038445e4eafb3027d53712c2b4 (diff)
downloadgroff-d934ff6d9368d954c0b532cd4c23f4d4c3591cce.tar.gz
* m4/groff.m4: Renamed from aclocal.m4.
* m4/codeset.m4: New file, from gnulib. * m4/iconv.m4: New file, from gnulib. * m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4: New files, from gnulib. * config.rpath: New file, from gnulib. * config.guess, config.sub: New files, from gnulib. * Makefile.sub (M4MACROS): New variable. (configure): Fix typo. (aclocal.m4): New rule. (stamp-h.in): Depend on aclocal.m4. * configure.ac: Invoke AM_ICONV and AM_LANGINFO_CODESET. * Makefile.in (LIBICONV): New variable. (MDEFINES): Pass it to recursive makes. * src/preproc/preconv/preconv.cpp: Use HAVE_LANGINFO_CODESET and HAVE_ICONV instead of I18N macro. * src/preproc/preconv/Makefile.sub (EXTRA_LDFLAGS): New variable. * aclocal.m4, configure, src/include/config.hin: (Re)generated. * doc/Makefile.in (webpage.html): Simplify. * doc/Makefile.sub (webpage.html): Synchronize with doc/Makefile.in. * doc/webpage.ms, tmac/groff_www.man, tmac/www.tmac: Minor updates.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0388ae87..beaaba8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,6 +89,7 @@ AC_C_BIGENDIAN
# checks for libraries
GROFF_LIBC
GROFF_LIBM
+AM_ICONV
# checks for functions
AC_FUNC_MMAP
@@ -102,6 +103,7 @@ LIBS="$saved_libs"
AC_CHECK_FUNCS([gettimeofday isatty kill rename setlocale strsep])
GROFF_MKSTEMP
AC_CHECK_DECLS([sys_siglist])
+AM_LANGINFO_CODESET
# checks for compiler characteristics
GROFF_ARRAY_DELETE