X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=fb0d9917273f7cc92b880ec30c1b16f4587cf889;hb=74113c74ca3c2294082fcf9dc87e2af8f991c3cc;hp=c0121e5d507d9b33c2d68774f3f5bd34a9ce674d;hpb=feafb436b71dffdee2ed476bc709f4afc8cbfcc0;p=xboard.git diff --git a/configure.ac b/configure.ac index c0121e5..fb0d991 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.2.20091031],[bug-xboard@gnu.org]) +AC_INIT([xboard],[master-20091122],[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