summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorwl <wl>2005-11-18 21:12:56 +0000
committerwl <wl>2005-11-18 21:12:56 +0000
commite1b688767812770c1986d629874bda00a0763800 (patch)
tree15dcbea209b08744dd82136aea3b3144078f4490 /configure
parentda36819712fc2a76ea91e785dd206d235bf98b49 (diff)
downloadgroff-e1b688767812770c1986d629874bda00a0763800.tar.gz
* aclocal.m4 (GROFF_MAKEINFO): Use `groff.info' in tests.
Announce makeinfo version. * configure: Regenerated. * Makefile.in: Declare proper dependencies between make targets. * doc/Makefile.in: Rename groff info page to `groff.info'. * doc/Makefile.sub: Likewise. * doc/groff.texinfo: Likewise.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure b/configure
index bf0c250c..2549e86e 100755
--- a/configure
+++ b/configure
@@ -5503,9 +5503,13 @@ fi
if test -z "$MAKEINFO"; then
missing="\`makeinfo' is missing."
else
+ echo "$as_me:$LINENO: checking for makeinfo version" >&5
+echo $ECHO_N "checking for makeinfo version... $ECHO_C" >&6
# We need an additional level of quoting to make sed's regexps work.
makeinfo_version=`$MAKEINFO --version 2>&1 \
| sed 's/^.* \([^ ]\+\)$/\1/;1q'`
+ echo "$as_me:$LINENO: result: $makeinfo_version" >&5
+echo "${ECHO_T}$makeinfo_version" >&6
# Consider only the first two numbers in version number string.
makeinfo_version_major=`echo $makeinfo_version \
| sed 's/^\([0-9]*\).*$/\1/'`
@@ -5534,8 +5538,8 @@ fi
fi
if test -n "$missing"; then
- if test ! -f doc/groff \
- || test ${srcdir}/doc/groff.texinfo -nt doc/groff; then
+ if test ! -f doc/groff.info \
+ || test ${srcdir}/doc/groff.texinfo -nt doc/groff.info; then
{ { echo "$as_me:$LINENO: error: $missing
Get the \`texinfo' package version 4.8 or newer." >&5
echo "$as_me: error: $missing