aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-04-22 12:46:50 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-04-22 12:46:50 +0000
commitb053b2d975a3f4311f14aa438a29778d2e5ddbc3 (patch)
treeb4bb6711417ff0dc11c56334c8e0199ecb47d00b /configure.ac
parent6598cd2967cf6c4c9fd78e8b24a1c59f714b87bb (diff)
downloadcflow-b053b2d975a3f4311f14aa438a29778d2e5ddbc3.tar.gz
cflow-b053b2d975a3f4311f14aa438a29778d2e5ddbc3.tar.bz2
(AC_CONFIG_FILES): Add po/Makefile.in.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 7 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9703e11..c530dba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,11 +36,11 @@ AC_PROG_RANLIB
# Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([stdlib.h string.h unistd.h])
+AC_CHECK_HEADERS([stdlib.h string.h unistd.h locale.h])
# Checks for library functions.
AC_FUNC_ERROR_AT_LINE
-AC_CHECK_FUNCS([memmove memset strdup strerror strtol])
+AC_CHECK_FUNCS([memmove memset strdup strerror strtol setlocale])
cflow_GNULIB
MU_DEBUG_MODE
@@ -53,7 +53,11 @@ if test "$EMACS" != "no"; then
fi
AC_SUBST(lisp_LISP)
-AC_CONFIG_FILES([Makefile
+# Gettext.
+AM_GNU_GETTEXT([external], [need-ngettext])
+AM_GNU_GETTEXT_VERSION(0.12.1)
+
+AC_CONFIG_FILES([Makefile po/Makefile.in
doc/Makefile
elisp/Makefile
lib/Makefile

Return to:

Send suggestions and report system problems to the System administrator.