X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=56a1dcef0d829691644486bee5ff56a523b3ee4e;hb=50bc241d1d9c026d128eb29c7f3bdc2ba5525c46;hp=f04a28702f20e0f90e69e29b35a869368eb47ba0;hpb=9c69d7f8b755dff4b233e1a2b00db2dbc3161cf6;p=xboard.git diff --git a/configure.ac b/configure.ac index f04a287..56a1dce 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-20140105],[bug-xboard@gnu.org]) +AC_INIT([xboard],[master-20140119],[bug-xboard@gnu.org]) dnl| need this to be able to compile some files in a subdir (filebrowser) AM_INIT_AUTOMAKE([subdir-objects]) @@ -437,10 +437,10 @@ dnl| add some libs for OS X fi case "$MACOSX_VERSION" in 10.0*|10.1|10.1.*|10.2*|10.3*|10.4*|10.5*|10.6*) - FRONTEND_LIBS= "$FRONTEND_LIBS -lgtkmacintegration -headerpad_max_install_names mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk" + FRONTEND_LIBS="$FRONTEND_LIBS -lgtkmacintegration -headerpad_max_install_names mmacosx-version-min=10.6 -isysroot /Developer/SDKs/MacOSX10.6.sdk" ;; *) - FRONTEND_LIBS = "$FRONTEND_LIBS -lgtkmacintegration -headerpad_max_install_names" + FRONTEND_LIBS="$FRONTEND_LIBS -lgtkmacintegration -headerpad_max_install_names" ;; esac