[lwatch-cvs] files configure.ac,1.41,1.42
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-10 14:34:57
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20149 Modified Files: configure.ac Log Message: Stub for lwatch.conf(5) Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** configure.ac 11 Mar 2004 23:24:58 -0000 1.41 --- configure.ac 10 Aug 2004 14:34:48 -0000 1.42 *************** *** 87,97 **** AC_MSG_WARN([docbook-to-man not found, using lwatch.1.in stub]) else ! dbook2man_out="> lwatch.1" ! dbook2man_out_in="> lwatch.1.in" fi AC_SUBST(dbook2man_out) - AC_SUBST(dbook2man_out_in) if test "$dbook2man" != "no"; then ! AC_MSG_NOTICE([sgml->man: ${dbook2man} lwatch.sgml ${dbook2man_out}]) fi --- 87,95 ---- AC_MSG_WARN([docbook-to-man not found, using lwatch.1.in stub]) else ! dbook2man_out=">" fi AC_SUBST(dbook2man_out) if test "$dbook2man" != "no"; then ! AC_MSG_NOTICE([sgml->man: ${dbook2man} file.sgml ${dbook2man_out} file.man]) fi |