Enlightenment CVS committal

Author  : andreas99
Project : e16
Module  : tools

Dir     : e16/tools/e16menuedit2


Modified Files:
        TODO configure.in 


Log Message:
some debug output -> use --enable-debug to see it

===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/TODO,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- TODO        1 Nov 2004 08:27:09 -0000       1.13
+++ TODO        10 Nov 2004 13:39:46 -0000      1.14
@@ -2,6 +2,7 @@
 - compressed svg?
 - size columns with mouse
 - window doesn't size in height
+- Bug with "------" NULL entries
 
 FEATURES:
 - Gnome2 panel and desktop Drag&Drop support
===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/configure.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- configure.in        26 Oct 2004 14:21:48 -0000      1.20
+++ configure.in        10 Nov 2004 13:39:46 -0000      1.21
@@ -10,6 +10,20 @@
 AM_PROG_CC_STDC
 AC_HEADER_STDC
 
+dnl Option to enable debug
+AC_MSG_CHECKING(whether to enable debugging)
+AC_ARG_ENABLE(debug,
+        [  --enable-debug=[no/yes]        enables debug build (default=no)],,
+                 enable_debug=no)
+
+if [ ! test "x$enable_debug" != "xyes"]; then
+  AC_DEFINE(DEBUG, , [Define to enable debug build])
+  CFLAGS="$CFLAGS -g"
+  AC_MSG_RESULT(yes)
+else
+  AC_MSG_RESULT(no)
+fi
+
 pkg_modules="gtk+-2.0 >= 2.4.0 libglade-2.0 >= 2.3.6"
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
 AC_SUBST(PACKAGE_CFLAGS)




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to