diff -upk.orig gnupg-1.4.3.orig/Makefile.am gnupg-1.4.3/Makefile.am --- gnupg-1.4.3.orig/Makefile.am 2005-07-27 11:29:04 +0000 +++ gnupg-1.4.3/Makefile.am 2006-06-11 22:09:48 +0000 @@ -28,7 +28,7 @@ else checks = checks endif -SUBDIRS = m4 intl zlib util mpi cipher tools g10 keyserver po doc ${checks} +SUBDIRS = m4 util mpi cipher tools g10 keyserver po doc ${checks} EXTRA_DIST = scripts/config.rpath PROJECTS BUGS config.h.in autogen.sh DISTCLEANFILES = g10defs.h diff -upk.orig gnupg-1.4.3.orig/configure.ac gnupg-1.4.3/configure.ac --- gnupg-1.4.3.orig/configure.ac 2006-04-03 08:15:19 +0000 +++ gnupg-1.4.3/configure.ac 2006-06-11 22:10:17 +0000 @@ -752,7 +752,7 @@ dnl Checks for libraries. AM_GNU_GETTEXT_VERSION(0.14.1) if test "$try_gettext" = yes; then - AM_GNU_GETTEXT(,[need-ngettext]) + AM_GNU_GETTEXT(,[need-ngettext],[external]) # gettext requires some extra checks. These really should be part of # the basic AM_GNU_GETTEXT macro. TODO: move other gettext-specific @@ -1381,7 +1381,6 @@ DATADIRNAME=$DATADIRNAME AC_CONFIG_FILES([ Makefile m4/Makefile -intl/Makefile po/Makefile.in util/Makefile mpi/Makefile @@ -1393,7 +1392,6 @@ keyserver/gpgkeys_test doc/Makefile tools/Makefile tools/gpg-zip -zlib/Makefile checks/Makefile ]) AC_OUTPUT