Version bump as all known wxWidgets 2.8 bugs have been fixed
[ctsim.git] / configure
index 97e2f81940678d5ddc4c7dbf5b83b272a58c7e3c..44c167a1f0d63313c82f97f5743b5023a047a7fe 100755 (executable)
--- a/configure
+++ b/configure
@@ -2800,7 +2800,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=ctsim
- VERSION=5.0.0
+ VERSION=5.1.0
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2945,11 +2945,6 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 ac_config_headers="$ac_config_headers config.h"
 
 
-CFLAGS=""
-CXXFLAGS=""
-
-CFLAGS="${CFLAGS}"
-
 for ac_prog in gawk mawk nawk awk
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -6259,7 +6254,7 @@ if test "$datadir" != "" ; then
 fi
 
 if test "$debug" = "true" ; then
-  CFLAGS="$CFLAGS -g -DDEBUG"
+  CFLAGS="$CFLAGS -g -O0 -DDEBUG"
 
 $as_echo "#define DEBUG 1" >>confdefs.h
 
@@ -7255,9 +7250,9 @@ $as_echo "yes" >&6; }
          wxdebug="--debug"
        fi
       if test "x$wx_gtk" != "x" ; then
-       ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=2.8  --libs` -lwx_gtk2u_gl-2.8 ${GTK_LIBS} ${GLIB_LIBS}"
+       ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=2.8  --libs std,gl` ${GTK_LIBS} ${GLIB_LIBS}"
       elif test "x$wx_mac" != "x" ; then
-        ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=2.8 --libs` -lwx_macu_gl-2.8"
+        ctlib_graphics="$ctlib_graphics `$wxconfig $wxdebug --version=2.8 --libs std,gl`"
       fi
     fi
   fi