Update README via replace-VERSION (GNU make is used anyway).
[gedcom-parse.git] / configure.in
index ef83cc941d67fc0c6b647f2491e05fd77df46921..664733bf1765916e12a9fb09dc2cc619f3865a2a 100644 (file)
@@ -28,6 +28,8 @@ AM_INIT_AUTOMAKE(${NAME},${VERSION})
 AM_CONFIG_HEADER(config.h)
 ALL_LINGUAS="nl"
 
+AC_CANONICAL_HOST
+
 dnl =============================================================
 dnl Checks for programs.
 AC_PROG_CC
@@ -65,7 +67,10 @@ AC_TYPE_SIZE_T
 
 dnl ==========================================================
 dnl Checks for library functions.
-AC_CHECK_FUNCS(vsnprintf vsprintf)
+AC_CHECK_HEADERS(stddef.h stdlib.h string.h)
+AC_CHECK_FUNCS(setlocale vsnprintf vsprintf)
+jm_LANGINFO_CODESET
+jm_GLIBC21
 
 dnl ==========================================================
 dnl My local stuff
@@ -106,7 +111,9 @@ README).
   ])
 fi
 
-AC_OUTPUT(Makefile
+AC_OUTPUT(GNUmakefile
+         Makefile
+         README
          gedcom/Makefile
          gedcom/calendar/Makefile
          gom/Makefile
@@ -114,6 +121,7 @@ AC_OUTPUT(Makefile
          iconv/glibc/Makefile
          iconv/libiconv/Makefile
          utf8/Makefile
+         utf8/libcharset/Makefile
          t/Makefile
          t/src/Makefile
          t/input/Makefile
@@ -121,6 +129,7 @@ AC_OUTPUT(Makefile
          data/new.ged
          doc/Makefile
          doc/images/Makefile
+         doc/index.html
          include/Makefile
          include/gedcom.h
           intl/Makefile