Update of /cvsroot/mahogany/M
In directory usw-pr-cvs1:/tmp/cvs-serv24281

Modified Files:
        configure configure.in 
Log Message:
fixed --enable-debug bug

Index: configure
===================================================================
RCS file: /cvsroot/mahogany/M/configure,v
retrieving revision 1.271
retrieving revision 1.272
diff -b -u -2 -r1.271 -r1.272
--- configure   27 Apr 2002 11:46:58 -0000      1.271
+++ configure   28 Apr 2002 18:07:11 -0000      1.272
@@ -13,12 +13,8 @@
 # Any additions from configure.in:
 ac_help="$ac_help
-  --enable-debug          generate code for debugging"
+  --enable-debug          generate code with debugging information"
 ac_help="$ac_help
   --disable-optimize      disable compiler optimization"
 ac_help="$ac_help
-  --with-debug            deprecated, use --enable-debug instead"
-ac_help="$ac_help
-  --with-debuginfo        deprecated, don't use"
-ac_help="$ac_help
[...1513 lines suppressed...]
 set dummy latex2html; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:5187: checking for $ac_word" >&5
+echo "configure:5127: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_LATEX2HTML'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -5257,5 +5197,5 @@
             if test "x$GXX" != "xyes"; then
        echo $ac_n "checking whether ${CXX} accepts ${DEPFLAGS}""... $ac_c" 1>&6
-echo "configure:5260: checking whether ${CXX} accepts ${DEPFLAGS}" >&5
+echo "configure:5200: checking whether ${CXX} accepts ${DEPFLAGS}" >&5
 if eval "test \"`echo '$''{'m_cv_cxx_depflags'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -5280,5 +5220,5 @@
        if test "x$GCC" != "xyes"; then
            echo $ac_n "checking whether ${CC} accepts ${DEPFLAGS}""... $ac_c" 1>&6
-echo "configure:5283: checking whether ${CC} accepts ${DEPFLAGS}" >&5
+echo "configure:5223: checking whether ${CC} accepts ${DEPFLAGS}" >&5
 if eval "test \"`echo '$''{'m_cv_c_depflags'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6

Index: configure.in
===================================================================
RCS file: /cvsroot/mahogany/M/configure.in,v
retrieving revision 1.258
retrieving revision 1.259
diff -b -u -2 -r1.258 -r1.259
--- configure.in        27 Apr 2002 11:46:59 -0000      1.258
+++ configure.in        28 Apr 2002 18:07:13 -0000      1.259
@@ -38,16 +38,15 @@
 dnl --------------------------------------------------------------------------
 
-M_OVERRIDES(debugall,debugging,USE_DEBUG_ALL,0,
---enable-debug          generate code for debugging)
+M_OVERRIDES(debug,debugging,USE_DEBUG,0,
+--enable-debug          generate code with debugging information)
 
 M_OVERRIDES(optimize,optimization,USE_OPT,1,
 --disable-optimize      disable compiler optimization)
 
-dnl TODO: the following three options should go
-M_OVERRIDES(debug,debug code,USE_DEBUG,0,
---with-debug            [deprecated, use --enable-debug instead])
-
-M_OVERRIDES(debuginfo,debuging info,USE_DEBUG_INFO,0,
---with-debuginfo        [deprecated, don't use])
+dnl M_OVERRIDES(debug,debug code,USE_DEBUG,0,
+dnl --with-debug            [deprecated, use --enable-debug instead])
+dnl 
+dnl M_OVERRIDES(debuginfo,debuging info,USE_DEBUG_INFO,0,
+dnl --with-debuginfo        [deprecated, don't use])
 
 M_OVERRIDES(wxdebug,wxWin debug libs,USE_WXDEBUG,0,
@@ -449,13 +448,4 @@
 
 dnl set debug/optimisation flags
-
-case "$USE_DEBUG_ALL" in
-0|'')  USE_DEBUG=""
-       ;;
-*)     if test "x$USE_DEBUG" = "x"; then
-           USE_DEBUG=1
-       fi
-       ;;
-esac
 
 case "$USE_DEBUG" in


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to