Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast


Modified Files:
        ChangeLog configure.in 


Log Message:
Fri Jul 16 19:20:48 2004                        Michael Jennings (mej)

Working on cleaning some things up for portability and C99-compliance.
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -3 -r1.119 -r1.120
--- ChangeLog   29 Jun 2004 21:26:17 -0000      1.119
+++ ChangeLog   16 Jul 2004 23:22:17 -0000      1.120
@@ -657,3 +657,7 @@
 
 Oops, forgot some re-ordering.
 ----------------------------------------------------------------------
+Fri Jul 16 19:20:48 2004                        Michael Jennings (mej)
+
+Working on cleaning some things up for portability and C99-compliance.
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- configure.in        29 Jun 2004 21:18:00 -0000      1.17
+++ configure.in        16 Jul 2004 23:22:17 -0000      1.18
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.17 2004/06/29 21:18:00 mej Exp $
+dnl# $Id: configure.in,v 1.18 2004/07/16 23:22:17 mej Exp $
 
 test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=true
 test "x$AUTOHEADER" = "x" && AUTOHEADER=true
@@ -60,6 +60,14 @@
     AC_WARN(*** not have access to any libast debugging routines! ***)
 fi
 
+AC_ARG_WITH(pedantry,
+    [  --with-pedantry         add -Werror -std=c99 -pedantic to CFLAGS],
+    [
+        if test "$withval" != "no"; then
+            CFLAGS="$CFLAGS -Wall -Werror -std=c99 -pedantic"
+        fi
+    ])
+
 AST_X11_SUPPORT()
 AST_IMLIB2_SUPPORT()
 AST_MMX_SUPPORT()




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to