[lwatch-cvs] files ChangeLog,1.2,1.3 configure,1.18,1.19 configure.ac,1.15,1.16
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-18 14:41:27
|
Update of /cvsroot/lwatch/files
In directory sc8-pr-cvs1:/tmp/cvs-serv29753
Modified Files:
ChangeLog configure configure.ac
Log Message:
- reading lwatch.conf from $sysconfdir
Index: ChangeLog
===================================================================
RCS file: /cvsroot/lwatch/files/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ChangeLog 18 Mar 2003 13:55:47 -0000 1.2
--- ChangeLog 18 Mar 2003 14:41:22 -0000 1.3
***************
*** 1,5 ****
! 0.2: Bugfixes:
! - too much manual files installed
! - ChangeLog filled :)
0.1: First public release. Basic functionality implemented (parse and
--- 1,6 ----
! 0.2: bugfix: too much manual files installed
! ChangeLog filled :)
! reading lwatch.conf from $sysconfdir
!
0.1: First public release. Basic functionality implemented (parse and
Index: configure
===================================================================
RCS file: /cvsroot/lwatch/files/configure,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** configure 18 Mar 2003 13:36:38 -0000 1.18
--- configure 18 Mar 2003 14:41:22 -0000 1.19
***************
*** 1,6 ****
#! /bin/sh
! # From configure.ac Revision: 1.14 .
# Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.57 for lwatch 0.1.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
--- 1,6 ----
#! /bin/sh
! # From configure.ac Revision: 1.15 .
# Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.57 for lwatch 0.2.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
***************
*** 268,276 ****
PACKAGE_NAME='lwatch'
PACKAGE_TARNAME='lwatch'
! PACKAGE_VERSION='0.1'
! PACKAGE_STRING='lwatch 0.1'
PACKAGE_BUGREPORT=''
ac_unique_file="src/lwatch.c"
# Factoring default headers for most tests.
ac_includes_default="\
--- 268,277 ----
PACKAGE_NAME='lwatch'
PACKAGE_TARNAME='lwatch'
! PACKAGE_VERSION='0.2'
! PACKAGE_STRING='lwatch 0.2'
PACKAGE_BUGREPORT=''
ac_unique_file="src/lwatch.c"
+ ac_default_prefix=/usr/local
# Factoring default headers for most tests.
ac_includes_default="\
***************
*** 779,783 ****
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
! \`configure' configures lwatch 0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
--- 780,784 ----
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
! \`configure' configures lwatch 0.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
***************
*** 841,845 ****
if test -n "$ac_init_help"; then
case $ac_init_help in
! short | recursive ) echo "Configuration of lwatch 0.1:";;
esac
cat <<\_ACEOF
--- 842,846 ----
if test -n "$ac_init_help"; then
case $ac_init_help in
! short | recursive ) echo "Configuration of lwatch 0.2:";;
esac
cat <<\_ACEOF
***************
*** 926,930 ****
if $ac_init_version; then
cat <<\_ACEOF
! lwatch configure 0.1
generated by GNU Autoconf 2.57
--- 927,931 ----
if $ac_init_version; then
cat <<\_ACEOF
! lwatch configure 0.2
generated by GNU Autoconf 2.57
***************
*** 941,945 ****
running configure, to aid debugging if configure makes a mistake.
! It was created by lwatch $as_me 0.1, which was
generated by GNU Autoconf 2.57. Invocation command line was
--- 942,946 ----
running configure, to aid debugging if configure makes a mistake.
! It was created by lwatch $as_me 0.2, which was
generated by GNU Autoconf 2.57. Invocation command line was
***************
*** 1543,1547 ****
# Define the identity of the package.
PACKAGE=lwatch
! VERSION=0.1
--- 1544,1548 ----
# Define the identity of the package.
PACKAGE=lwatch
! VERSION=0.2
***************
*** 1670,1673 ****
--- 1671,1676 ----
+ test x"$prefix" = xNONE && prefix="$ac_default_prefix"
+
ac_config_headers="$ac_config_headers src/config.h"
***************
*** 4629,4632 ****
--- 4632,4639 ----
+
+
+
+
# Checks for user options
echo "$as_me:$LINENO: checking for compile with diagnostic messages" >&5
***************
*** 4648,4651 ****
--- 4655,4664 ----
fi
+ arc_sysconfdir=`eval echo $sysconfdir`
+ cat >>confdefs.h <<_ACEOF
+ #define SYSCONFDIR "$arc_sysconfdir"
+ _ACEOF
+
+
***************
*** 5043,5047 ****
cat >&5 <<_CSEOF
! This file was extended by lwatch $as_me 0.1, which was
generated by GNU Autoconf 2.57. Invocation command line was
--- 5056,5060 ----
cat >&5 <<_CSEOF
! This file was extended by lwatch $as_me 0.2, which was
generated by GNU Autoconf 2.57. Invocation command line was
***************
*** 5106,5110 ****
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
! lwatch config.status 0.1
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
--- 5119,5123 ----
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
! lwatch config.status 0.2
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Index: configure.ac
===================================================================
RCS file: /cvsroot/lwatch/files/configure.ac,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** configure.ac 18 Mar 2003 13:55:47 -0000 1.15
--- configure.ac 18 Mar 2003 14:41:23 -0000 1.16
***************
*** 9,12 ****
--- 9,14 ----
AC_CONFIG_SRCDIR(src/lwatch.c)
AM_INIT_AUTOMAKE([dist-bzip2])
+ AC_PREFIX_DEFAULT(/usr/local)
+ test x"$prefix" = xNONE && prefix="$ac_default_prefix"
AM_CONFIG_HEADER(src/config.h)
***************
*** 52,55 ****
--- 54,61 ----
[Define to 1 if you want to compile with debug support.])
+
+ AH_TEMPLATE([SYSCONFDIR],
+ [Directory when configuration is placed])
+
# Checks for user options
AC_MSG_CHECKING(for compile with diagnostic messages)
***************
*** 61,64 ****
--- 67,73 ----
AC_DEFINE(DEBUG)
fi
+
+ arc_sysconfdir=`eval echo $sysconfdir`
+ AC_DEFINE_UNQUOTED(SYSCONFDIR,"$arc_sysconfdir")
AM_CONDITIONAL(HAVE_D2M, test "$dbook2man" != "no")
|