new developer release
[xboard.git] / configure.ac
index a5137b1..de1a92c 100644 (file)
@@ -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.1],[bug-xboard@gnu.org])
+AC_INIT([xboard],[4.4.2.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