[lwatch-cvs] files configure,1.42,1.43 configure.ac,1.35,1.36
Brought to you by:
arturcz
|
From: <ar...@us...> - 2004-01-11 21:50:20
|
Update of /cvsroot/lwatch/files
In directory sc8-pr-cvs1:/tmp/cvs-serv14938
Modified Files:
configure configure.ac
Log Message:
- default -Wall
Index: configure
===================================================================
RCS file: /cvsroot/lwatch/files/configure,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** configure 11 Jan 2004 21:23:48 -0000 1.42
--- configure 11 Jan 2004 21:50:16 -0000 1.43
***************
*** 1,4 ****
#! /bin/sh
! # From configure.ac Revision: 1.34 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for lwatch 0.4.
--- 1,4 ----
#! /bin/sh
! # From configure.ac Revision: 1.35 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for lwatch 0.4.
Index: configure.ac
===================================================================
RCS file: /cvsroot/lwatch/files/configure.ac,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** configure.ac 11 Jan 2004 21:23:48 -0000 1.35
--- configure.ac 11 Jan 2004 21:50:16 -0000 1.36
***************
*** 3,6 ****
--- 3,8 ----
# $Source$
+ CFLAGS="-Wall ${CFLAGS}"
+
#Initializing
AC_PREREQ(2.57)
|