[lwatch-cvs] files TODO,1.21,1.22 configure,1.37,1.38 configure.ac,1.31,1.32
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-04-07 14:34:03
|
Update of /cvsroot/lwatch/files
In directory sc8-pr-cvs1:/tmp/cvs-serv14352
Modified Files:
TODO configure configure.ac
Log Message:
- ready for 0.3
Index: TODO
===================================================================
RCS file: /cvsroot/lwatch/files/TODO,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** TODO 7 Apr 2003 13:30:16 -0000 1.21
--- TODO 7 Apr 2003 14:33:50 -0000 1.22
***************
*** 2,8 ****
$Source$
- Now (for 0.3):
- - information in manual about available colors
-
Later (for 0.4):
- versioning of configuration file
--- 2,5 ----
Index: configure
===================================================================
RCS file: /cvsroot/lwatch/files/configure,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** configure 7 Apr 2003 13:33:05 -0000 1.37
--- configure 7 Apr 2003 14:33:51 -0000 1.38
***************
*** 2,6 ****
# From configure.ac Revision: 1.31 .
# 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
--- 2,6 ----
# From configure.ac Revision: 1.31 .
# Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.57 for lwatch 0.3.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
***************
*** 268,273 ****
PACKAGE_NAME='lwatch'
PACKAGE_TARNAME='lwatch'
! PACKAGE_VERSION='0.2'
! PACKAGE_STRING='lwatch 0.2'
PACKAGE_BUGREPORT=''
--- 268,273 ----
PACKAGE_NAME='lwatch'
PACKAGE_TARNAME='lwatch'
! PACKAGE_VERSION='0.3'
! PACKAGE_STRING='lwatch 0.3'
PACKAGE_BUGREPORT=''
***************
*** 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]...
--- 780,784 ----
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
! \`configure' configures lwatch 0.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
***************
*** 847,851 ****
if test -n "$ac_init_help"; then
case $ac_init_help in
! short | recursive ) echo "Configuration of lwatch 0.2:";;
esac
cat <<\_ACEOF
--- 847,851 ----
if test -n "$ac_init_help"; then
case $ac_init_help in
! short | recursive ) echo "Configuration of lwatch 0.3:";;
esac
cat <<\_ACEOF
***************
*** 933,937 ****
if $ac_init_version; then
cat <<\_ACEOF
! lwatch configure 0.2
generated by GNU Autoconf 2.57
--- 933,937 ----
if $ac_init_version; then
cat <<\_ACEOF
! lwatch configure 0.3
generated by GNU Autoconf 2.57
***************
*** 948,952 ****
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
--- 948,952 ----
running configure, to aid debugging if configure makes a mistake.
! It was created by lwatch $as_me 0.3, which was
generated by GNU Autoconf 2.57. Invocation command line was
***************
*** 1634,1638 ****
# Define the identity of the package.
PACKAGE=lwatch
! VERSION=0.2
--- 1634,1638 ----
# Define the identity of the package.
PACKAGE=lwatch
! VERSION=0.3
***************
*** 5408,5412 ****
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
--- 5408,5412 ----
cat >&5 <<_CSEOF
! This file was extended by lwatch $as_me 0.3, which was
generated by GNU Autoconf 2.57. Invocation command line was
***************
*** 5471,5475 ****
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'`\\"
--- 5471,5475 ----
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
! lwatch config.status 0.3
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.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** configure.ac 5 Apr 2003 22:13:49 -0000 1.31
--- configure.ac 7 Apr 2003 14:33:56 -0000 1.32
***************
*** 5,9 ****
#Initializing
AC_PREREQ(2.57)
! AC_INIT([lwatch], [0.2])
AC_REVISION($Revision$)
AC_CONFIG_SRCDIR(src/lwatch.c)
--- 5,9 ----
#Initializing
AC_PREREQ(2.57)
! AC_INIT([lwatch], [0.3])
AC_REVISION($Revision$)
AC_CONFIG_SRCDIR(src/lwatch.c)
|