X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.in;h=2009c9a85169a15a47a7b1301944798f363d4a86;hb=fb8fa22c61533dc438d2e3152305d3f1253fb24a;hp=c7f55f6b0735db0ec7c5a3bfad17656b7c521f2f;hpb=1ed5b78e9957c72953a422c27d829605aed223ea;p=xboard.git diff --git a/configure.in b/configure.in index c7f55f6..2009c9a 100644 --- a/configure.in +++ b/configure.in @@ -70,6 +70,8 @@ fi AC_CANONICAL_HOST +AM_GNU_GETTEXT([external]) + dnl| The following info is mostly gathered from GNU Emacs 19.24. Basically, dnl| we are trying to find out whether this is a System-V derivative in dnl| which pipes don't work with select() and if so, whether there is anything @@ -315,7 +317,7 @@ AC_SUBST(PRODUCT) AC_SUBST(VERSION) AC_SUBST(PATCHLEVEL) -AC_OUTPUT(Makefile cmail xboard.texinfo, +AC_OUTPUT(Makefile cmail xboard.texinfo po/Makefile.in , [test -z "$CONFIG_HEADERS" || date > stamp-h chmod 755 cmail ])