X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.in;h=2009c9a85169a15a47a7b1301944798f363d4a86;hb=389e190b1edefb62005e5ff30e5c79080e985168;hp=e5f593603d776fbe40bb08faa5095948130cb5e0;hpb=dc086ff27e0f5a8911a399feb603ac7b96e41390;p=xboard.git diff --git a/configure.in b/configure.in index e5f5936..2009c9a 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ AC_CONFIG_HEADER(config.h) PRODUCT=xboard VERSION=4.2 -PATCHLEVEL=pre7 +PATCHLEVEL=7 if test -z "$CFLAGS" ; then dnl| Prevent the next macro from setting CFLAGS to -g @@ -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 ])