[lwatch-cvs] files configure,1.15,1.16
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-15 18:45:33
|
Update of /cvsroot/lwatch/files
In directory sc8-pr-cvs1:/tmp/cvs-serv11333
Modified Files:
configure
Log Message:
- automagically rebuilded
Index: configure
===================================================================
RCS file: /cvsroot/lwatch/files/configure,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** configure 13 Mar 2003 01:12:43 -0000 1.15
--- configure 15 Mar 2003 18:45:30 -0000 1.16
***************
*** 1,4 ****
#! /bin/sh
! # From configure.ac Revision: 1.9 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for lwatch 0.1.
--- 1,4 ----
#! /bin/sh
! # From configure.ac Revision: 1.11 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for lwatch 0.1.
***************
*** 848,852 ****
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
! --enable-manual Building manual from sgml, require docbook-to-man
--disable-dependency-tracking Speeds up one-time builds
--enable-dependency-tracking Do not reject slow dependency extractors
--- 848,852 ----
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
! --enable-manual Build manual
--disable-dependency-tracking Speeds up one-time builds
--enable-dependency-tracking Do not reject slow dependency extractors
***************
*** 1675,1678 ****
--- 1675,1691 ----
# Checks for manual building
+ echo "$as_me:$LINENO: checking for manual rebuild" >&5
+ echo $ECHO_N "checking for manual rebuild... $ECHO_C" >&6
+ # Check whether --enable-manual or --disable-manual was given.
+ if test "${enable_manual+set}" = set; then
+ enableval="$enable_manual"
+
+ else
+ enable_manual="yes"
+
+ fi;
+ echo "$as_me:$LINENO: result: $enable_manual" >&5
+ echo "${ECHO_T}$enable_manual" >&6
+
# Extract the first word of "docbook-to-man", so it can be a program name with args.
set dummy docbook-to-man; ac_word=$2
***************
*** 1740,1767 ****
! echo "$as_me:$LINENO: checking for manual rebuild" >&5
! echo $ECHO_N "checking for manual rebuild... $ECHO_C" >&6
! # Check whether --enable-manual or --disable-manual was given.
! if test "${enable_manual+set}" = set; then
! enableval="$enable_manual"
!
! else
! enable_manual="yes"
!
! fi;
! echo "$as_me:$LINENO: result: $enable_manual" >&5
! echo "${ECHO_T}$enable_manual" >&6
! #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.
--- 1753,1782 ----
! # Sorry, this is only in polish
! # Primo: enable/disable manual okre¶la, czy w ogóle chcê mieæ manual
! # Mogê zrobiæ pakiet bez manuala, ale to za bardzo nie ma sensu
! # Opcja liczy siê wtedy, kiedy instaluje siê program bezpo¶rednio z CVSu
! # Przy robieniu tarballa zawsze trzeba w³±czyæ tam lwatch.1.in i w tym celu
! # trzeba mieæ jaki¶ stuff do przerobienia sgml->man
! # Alogorytm sprawdzania, co z manualem wygl±da nastêpuj±co:
! # Sprawdzamy, czy w ogóle chcemy robiæ manual (--enable-manual - default)
! # Je¿eli robimy manual, to sprawdzamy resztê - czy pakiet i czy jest soft
! # Zg³aszaj±c odpowiednie b³êdy
! # Je¿eli nie robimy manuala, to trzeba odpowiednio przygotowaæ target
! # dla dist, coby wywala³o b³±d
! if test "$enable_manual" = "yes"; then
! if test "$dbook2man" = "no"; then
! if test "$ac_check_dist" = "yes"; then
! { { echo "$as_me:$LINENO: error: docbook-to-man not found, cannot build manual" >&5
! echo "$as_me: error: docbook-to-man not found, cannot build manual" >&2;}
! { (exit 1); exit 1; }; }
! else
! { { echo "$as_me:$LINENO: error: docbook-to-man not found, cannot prepare manual for tarball" >&5
! echo "$as_me: error: docbook-to-man not found, cannot prepare manual for tarball" >&2;}
! { (exit 1); exit 1; }; }
! fi
! fi
! fi
# Checks for programs.
|