X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=ba82cc2fcc18f451d0c63d702c535649de0a4515;hb=941395daf4333598be57255c9b722c7c09b3adf3;hp=5f1497dd4e4548d53aa891b8658630a13807ade5;hpb=164662587e8d37fe59c8b5067f8f784637415e4d;p=xboard.git diff --git a/configure.ac b/configure.ac index 5f1497d..ba82cc2 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],[4.4.0],[bug-xboard@gnu.org]) +AC_INIT([xboard],[4.4.2.20091031],[bug-xboard@gnu.org]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) @@ -331,7 +331,7 @@ dnl| USE_PTYS=1 dnl| add some libs for OS X *-apple-* ) - X_LIBS="$X_LIBS -lX11 -lXt" + X_LIBS="$X_LIBS -lXmu -lX11 -lXt " ;; esac