summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-01-21 05:34:29 +0200
committerGuillem Jover <guillem@debian.org>2008-01-21 06:57:09 +0200
commit2ab983d2c0ef13ed242480d0f92a98f42b749a16 (patch)
tree859b9fe5937a78bee2716c25d4a153836e144f42 /configure.ac
parent1e9e8b7792b3201de0628992d9fb987e10b3e114 (diff)
downloaddpkg-2ab983d2c0ef13ed242480d0f92a98f42b749a16.tar.gz
Use external gettext intl library
When porting to other systems without gettext functionality, other applications might need it as well, so either use --with-libintl-prefix for a global library, or disable NLS support.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 40774c94a..1386376f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ DPKG_ARCHITECTURE
AM_INIT_AUTOMAKE([1.8 gnu])
AM_GNU_GETTEXT_VERSION([0.16.1])
-AM_GNU_GETTEXT()
+AM_GNU_GETTEXT([external])
# Allow compilation without dselect
AC_ARG_WITH(dselect,
@@ -92,7 +92,8 @@ DPKG_C_ATTRIBUTE
# Checks for library functions.
DPKG_FUNC_VA_COPY
-AC_CHECK_FUNCS([vsnprintf snprintf strerror strsignal scandir alphasort])
+AC_CHECK_FUNCS([vsnprintf snprintf strtoul strerror strsignal alphasort
+ scandir])
AC_CHECK_FUNCS([unsetenv lchown setsid bcopy isascii memcpy getdtablesize])
SJR_COMPILER_WARNINGS
@@ -106,7 +107,6 @@ AC_CONFIG_FILES([ Makefile
dselect/methods/Makefile
dselect/po/Makefile.in
getopt/Makefile
- intl/Makefile
lib/Makefile
man/Makefile
origins/Makefile