[lwatch-cvs] files configure,1.22,1.23 configure.ac,1.19,1.20
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-21 13:47:33
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv32727 Modified Files: configure configure.ac Log Message: - lwatch -h shows version number Index: configure =================================================================== RCS file: /cvsroot/lwatch/files/configure,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** configure 18 Mar 2003 16:34:40 -0000 1.22 --- configure 21 Mar 2003 13:47:29 -0000 1.23 *************** *** 1,4 **** #! /bin/sh ! # From configure.ac Revision: 1.18 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. --- 1,4 ---- #! /bin/sh ! # From configure.ac Revision: 1.19 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. *************** *** 4763,4767 **** # Define autoheader templates - --- 4763,4766 ---- Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** configure.ac 18 Mar 2003 16:34:48 -0000 1.19 --- configure.ac 21 Mar 2003 13:47:29 -0000 1.20 *************** *** 63,67 **** [Define to 1 if you want to compile with debug support.]) - AH_TEMPLATE([SYSCONFDIR], [Directory where configuration file is placed]) --- 63,66 ---- |