[lwatch-cvs] files/src Makefile.in,1.8,1.9 config.h.in,1.6,1.7
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-02-04 23:30:03
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv11581/src
Modified Files:
Makefile.in config.h.in
Log Message:
* configure.ac: add Revision to configure, checking for docbook-to-man,
support for --enable-debug
* doc/Makefile.am: run $(dbook2man) instead docbook-to-man
* Makefile.in, configure, doc/Makefile.in, src/Makefile.in, src/config.h.in:
automagically recreated
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lwatch/files/src/Makefile.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile.in 3 Feb 2003 23:37:36 -0000 1.8
--- Makefile.in 4 Feb 2003 23:29:59 -0000 1.9
***************
*** 91,94 ****
--- 91,95 ----
build_alias = @build_alias@
datadir = @datadir@
+ dbook2man = @dbook2man@
exec_prefix = @exec_prefix@
host_alias = @host_alias@
Index: config.h.in
===================================================================
RCS file: /cvsroot/lwatch/files/src/config.h.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** config.h.in 3 Feb 2003 23:37:36 -0000 1.6
--- config.h.in 4 Feb 2003 23:29:59 -0000 1.7
***************
*** 1,4 ****
--- 1,7 ----
/* src/config.h.in. Generated from configure.ac by autoheader. */
+ /* Define to 1 if you want to compile with debug support. */
+ #undef DEBUG
+
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
#undef HAVE_DOPRNT
|