aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHeikki Lindholm <holin@iki.fi>2008-05-21 12:29:51 +0000
committerHeikki Lindholm <holin@iki.fi>2008-05-21 12:29:51 +0000
commit1572a6bd61712ef5c89de6eaab0eb4d6ad2c1172 (patch)
tree6ced640d9d50bd648594d9a6a3fb9f8966c2392a /configure.ac
parenta8a3637b61072ac0b37ea06d03edf5cd8d170fcf (diff)
downloadlibextractor-1572a6bd61712ef5c89de6eaab0eb4d6ad2c1172.tar.gz
libextractor-1572a6bd61712ef5c89de6eaab0eb4d6ad2c1172.zip
gettextize --intl
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 98dd8d5..03f9788 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,7 @@ AC_FUNC_STAT
237AC_FUNC_ERROR_AT_LINE 237AC_FUNC_ERROR_AT_LINE
238AC_CHECK_FUNCS([mkstemp strndup munmap strcasecmp strdup strncasecmp memmove memset strtoul floor getcwd pow setenv sqrt strchr strcspn strrchr strnlen strndup ftruncate]) 238AC_CHECK_FUNCS([mkstemp strndup munmap strcasecmp strdup strncasecmp memmove memset strtoul floor getcwd pow setenv sqrt strchr strcspn strrchr strnlen strndup ftruncate])
239 239
240AM_GNU_GETTEXT_VERSION([0.13.1]) 240AM_GNU_GETTEXT_VERSION([0.16.1])
241AM_GNU_GETTEXT([external]) 241AM_GNU_GETTEXT([external])
242 242
243# check for GNU LD 243# check for GNU LD
@@ -469,7 +469,7 @@ AC_SUBST(LDFLAGS)
469AC_SUBST(XTRA_CPPLIBS) 469AC_SUBST(XTRA_CPPLIBS)
470AC_SUBST(LIBEXT) 470AC_SUBST(LIBEXT)
471 471
472AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile 472AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile intl/Makefile
473 473
474 474
475doc/Makefile 475doc/Makefile