X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=9a9b49c2a2c91b00f7a9eee4c482c7bb72844165;hb=4ef0a58eacbace77cab3c74f9f1357faf9c15454;hp=32b58d1d1efce68b20f749e17f556ddb092e21af;hpb=7c97c71b21b2a6bdcdd66950656e2e4663e64228;p=xboard.git diff --git a/configure.ac b/configure.ac index 32b58d1..9a9b49c 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ dnl| to regenerate configure. Then submit your changes to be folded into dnl| the standard version of xboard. dnl| define second argument as VERSION.PATCHLEVEL. e.g. 4.4.0j -AC_INIT([xboard],[master-20110822],[bug-xboard@gnu.org]) +AC_INIT([xboard],[4.6.0.20111101],[bug-xboard@gnu.org]) dnl| need this to be able to compile some files in a subdir (filebrowser) AM_INIT_AUTOMAKE([subdir-objects]) @@ -76,7 +76,7 @@ AC_ISC_POSIX AC_PROG_INSTALL dnl| add gettext support -AM_GNU_GETTEXT_VERSION(0.18.1) +AM_GNU_GETTEXT_VERSION(0.17) AM_GNU_GETTEXT([external]) AC_CHECK_PROGS(RSH, remsh rsh, rsh)