X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.in;h=cd5aea237e88612e5a8256e5f1b6885514a17a82;hb=c3790f0d51cada3077e31626098a0de1f7c52df3;hp=c7f55f6b0735db0ec7c5a3bfad17656b7c521f2f;hpb=6cf84916e6bd3c60075dd7ce351a04e93d417136;p=xboard.git diff --git a/configure.in b/configure.in index c7f55f6..cd5aea2 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ AC_CONFIG_HEADER(config.h) PRODUCT=xboard VERSION=4.2 -PATCHLEVEL=7 +PATCHLEVEL=pre8 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 ])