fix some typos
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5674 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user