[lwatch-cvs] files configure.ac,1.12,1.13
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-15 23:03:08
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv3456 Modified Files: configure.ac Log Message: - it still not works Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** configure.ac 15 Mar 2003 18:44:36 -0000 1.12 --- configure.ac 15 Mar 2003 23:03:04 -0000 1.13 *************** *** 94,98 **** AM_CONDITIONAL(DISTRO, test "$ac_check_dist" = "yes") AM_CONDITIONAL(MAKE_MAN, test "$enable_manual" = "yes") ! AM_CONDITIONAL(HAVE_D2M, test "$dbook2man" = "yes") if test "$ac_check_dist" = "yes"; then --- 94,98 ---- AM_CONDITIONAL(DISTRO, test "$ac_check_dist" = "yes") AM_CONDITIONAL(MAKE_MAN, test "$enable_manual" = "yes") ! AM_CONDITIONAL(HAVE_D2M, test "$dbook2man" != "no") if test "$ac_check_dist" = "yes"; then |