--- gnupg-1.4.1/Makefile.am.orig 2004-12-14 10:49:26 +0300 +++ gnupg-1.4.1/Makefile.am 2005-03-17 16:46:50 +0300 @@ -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 --- gnupg-1.4.1/configure.ac.orig 2005-03-17 16:38:15 +0300 +++ gnupg-1.4.1/configure.ac 2005-03-17 16:46:01 +0300 @@ -766,7 +766,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 @@ -1354,7 +1354,6 @@ DATADIRNAME=$DATADIRNAME AC_CONFIG_FILES([ Makefile m4/Makefile -intl/Makefile po/Makefile.in util/Makefile mpi/Makefile @@ -1365,7 +1364,6 @@ keyserver/gpgkeys_mailto keyserver/gpgkeys_test doc/Makefile tools/Makefile -zlib/Makefile checks/Makefile ]) AC_OUTPUT