From: Adam Heath Date: Sat, 26 Apr 2003 16:26:19 +0000 (+0000) Subject: Updated for lattest gettext support. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b5dfc7c824eb51334787817b742179c249e5b87;p=dpkg Updated for lattest gettext support. --- diff --git a/Makefile.in b/Makefile.in index a936bee3..d88e35ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,7 +9,7 @@ GENFILES = version.h default: all include Makefile.conf -SUBDIRS = include optlib lib intl dpkg-deb split scripts utils main \ +SUBDIRS = include optlib lib dpkg-deb split scripts utils main \ @DSELECTDIR@ po methods man doc all: version.h all-recursive diff --git a/configure.in b/configure.in index 17c4ae03..1b6a6ad9 100644 --- a/configure.in +++ b/configure.in @@ -109,6 +109,7 @@ dnl gettext ALL_LINGUAS="ca cs da de en es fr gl it nl ja pl pt_BR ru sv" AM_GNU_GETTEXT +AM_PO_SUBDIRS dnl Other stuff @@ -389,7 +390,6 @@ void unsetenv(const char *x); AC_OUTPUT( Makefile.conf Makefile -intl/Makefile include/Makefile dpkg-deb/Makefile split/Makefile @@ -410,4 +410,4 @@ main/Makefile dselect/Makefile methods/Makefile utils/Makefile -po/Makefile:po/Makefile.in.in) +po/Makefile.in:po/Makefile.in.in)