fix some typos

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5674 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-21 14:30:50 +00:00
parent e47ab558ce
commit 0dab3d21c1

View File

@@ -34,7 +34,7 @@ if test "$ac_cv_sys_man_format" = "" -a "$GROFF" ; then
done done
fi fi
if test "$ac_cv_sys_man_format"; then if test "$ac_cv_sys_man_format"; then
ac_cv_sys_man_format="$ac_cv_sys_man_format \$< > \$@" ac_cv_sys_man_format="$ac_cv_sys_man_format \[$]< > \[$]@"
fi fi
]) ])
if test "$ac_cv_sys_man_format"; then if test "$ac_cv_sys_man_format"; then
@@ -43,12 +43,12 @@ if test "$ac_cv_sys_man_format"; then
fi fi
AM_CONDITIONAL(CATMAN, test "$CATMAN") AM_CONDITIONAL(CATMAN, test "$CATMAN")
AC_CACHE_CHECK(extension of pre-formatted manual pages,ac_cv_sys_catman_ext, AC_CACHE_CHECK(extension of pre-formatted manual pages,ac_cv_sys_catman_ext,
if grep _suffix /etc/man.conf > /dev/null 2>&1; then [if grep _suffix /etc/man.conf > /dev/null 2>&1; then
ac_cv_sys_catman_ext=0 ac_cv_sys_catman_ext=0
else else
ac_cv_sys_catman_ext=number ac_cv_sys_catman_ext=number
fi fi
) ])
if test "$ac_cv_sys_catman_ext" = number; then if test "$ac_cv_sys_catman_ext" = number; then
CATMANEXT='$$ext' CATMANEXT='$$ext'
else else