[lwatch-cvs] files configure,1.9,1.10 configure.ac,1.5,1.6
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-02-05 16:52:52
|
Update of /cvsroot/lwatch/files
In directory sc8-pr-cvs1:/tmp/cvs-serv27033
Modified Files:
configure configure.ac
Log Message:
- Bastard! You killed Keny!
- change message for --enable-debug
Index: configure
===================================================================
RCS file: /cvsroot/lwatch/files/configure,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** configure 4 Feb 2003 23:29:57 -0000 1.9
--- configure 5 Feb 2003 16:52:46 -0000 1.10
***************
*** 1,4 ****
#! /bin/sh
! # From configure.ac Revision: .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for lwatch 0.1.
--- 1,4 ----
#! /bin/sh
! # From configure.ac Revision: 1.5 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for lwatch 0.1.
***************
*** 850,854 ****
--disable-dependency-tracking Speeds up one-time builds
--enable-dependency-tracking Do not reject slow dependency extractors
! --enable-debug Use debugging
Some influential environment variables:
--- 850,854 ----
--disable-dependency-tracking Speeds up one-time builds
--enable-dependency-tracking Do not reject slow dependency extractors
! --enable-debug Compile with diagnostic messages
Some influential environment variables:
***************
*** 3696,3699 ****
--- 3696,3708 ----
+ # Take fun :)
+ echo "$as_me:$LINENO: checking Kenny for life signals" >&5
+ echo $ECHO_N "checking Kenny for life signals... $ECHO_C" >&6
+ sleep 1
+ echo "$as_me:$LINENO: result: no life signals.
+ BASTARD! You killed Kenny!" >&5
+ echo "${ECHO_T}no life signals.
+ BASTARD! You killed Kenny!" >&6
+
# Checks for libraries.
***************
*** 4618,4623 ****
# Checks for user options
! echo "$as_me:$LINENO: checking --enable-debug" >&5
! echo $ECHO_N "checking --enable-debug... $ECHO_C" >&6
# Check whether --enable-debug or --disable-debug was given.
if test "${enable_debug+set}" = set; then
--- 4627,4632 ----
# Checks for user options
! echo "$as_me:$LINENO: checking for compile with diagnostic messages" >&5
! echo $ECHO_N "checking for compile with diagnostic messages... $ECHO_C" >&6
# Check whether --enable-debug or --disable-debug was given.
if test "${enable_debug+set}" = set; then
Index: configure.ac
===================================================================
RCS file: /cvsroot/lwatch/files/configure.ac,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** configure.ac 4 Feb 2003 23:29:57 -0000 1.5
--- configure.ac 5 Feb 2003 16:52:47 -0000 1.6
***************
*** 24,27 ****
--- 24,33 ----
AC_CHECK_HEADERS([fcntl.h stddef.h stdlib.h string.h sys/param.h unistd.h pcre.h])
+ # Take fun :)
+ AC_MSG_CHECKING(Kenny for life signals)
+ sleep 1
+ AC_MSG_RESULT([no life signals.
+ BASTARD! You killed Kenny!])
+
# Checks for libraries.
AC_CHECK_LIB([pcre], [pcre_version],, AC_MSG_ERROR([Error: libpcre not installed. Install first. ]))
***************
*** 42,48 ****
# Checks for user options
! AC_MSG_CHECKING(--enable-debug)
AC_ARG_ENABLE(debug,
! [ --enable-debug Use debugging], ,
[enable_debug="no"])
AC_MSG_RESULT($enable_debug)
--- 48,54 ----
# Checks for user options
! AC_MSG_CHECKING(for compile with diagnostic messages)
AC_ARG_ENABLE(debug,
! [ --enable-debug Compile with diagnostic messages], ,
[enable_debug="no"])
AC_MSG_RESULT($enable_debug)
|