[lwatch-cvs] files configure.ac,1.10,1.11
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-15 14:47:30
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv14996 Modified Files: configure.ac Log Message: - next iteration of autotools configuration Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** configure.ac 13 Mar 2003 01:12:43 -0000 1.10 --- configure.ac 15 Mar 2003 14:47:27 -0000 1.11 *************** *** 25,39 **** AC_MSG_RESULT($enable_manual) ! #if test "$enable_manual" = "yes"; then ! # if test "$ac_check_dist" = "yes"; then ! # if test "$dbook2man" = "no"; then ! # AC_MSG_ERROR([docbook-to-man not found, cannot build manual]) ! # fi ! # else ! # if test "$dbook2man" = "no"; then ! # AC_MSG_ERROR([docbook-to-man not found, cannot prepare manual]) ! # fi ! # fi ! #fi # Checks for programs. --- 25,39 ---- AC_MSG_RESULT($enable_manual) ! if test "$enable_manual" = "yes"; then ! if test "$ac_check_dist" = "yes"; then ! if test "$dbook2man" = "no"; then ! AC_MSG_ERROR([docbook-to-man not found, cannot build manual]) ! fi ! else ! if test "$dbook2man" = "no"; then ! AC_MSG_ERROR([docbook-to-man not found, cannot prepare manual]) ! fi ! fi ! fi # Checks for programs. |