X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=9cd34c63d782217e1a28f586c53219ab389d4f66;hb=5b1f4e2d668d8cc065ce0f95f9bbcf09d9497036;hp=32b58d1d1efce68b20f749e17f556ddb092e21af;hpb=7c97c71b21b2a6bdcdd66950656e2e4663e64228;p=xboard.git diff --git a/configure.ac b/configure.ac index 32b58d1..9cd34c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl| configure.in dnl| dnl| Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, 2007, -dnl| 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +dnl| 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. dnl| dnl| GNU XBoard is free software: you can redistribute it and/or modify dnl| it under the terms of the GNU General Public License as published by @@ -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],[master-20120209],[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)