summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-05-02 00:39:37 +0000
committerwlemb <wlemb>2000-05-02 00:39:37 +0000
commit846955667514fa6d1b5db8cfb4266edf1300304d (patch)
tree2077e613abe061ae042aa46ea8d209881b29e7e1 /aclocal.m4
parent2c0949ae3971f828dada200411e9ed5bc10bbee2 (diff)
downloadgroff-846955667514fa6d1b5db8cfb4266edf1300304d.tar.gz
* tmac/groff_tmac.man, man/groff.man, man/roff.man: Fixing @MANxEXT@
expansion. * NEWS: Document the three new man pages. * aclocal.m4 (GROFF_CXX_CHECK): Removing obsolete AC_C_CROSS call. * configure: Updated. * font/devcp1047/R.proto: Fixing fatal bug (a missing `"' character).
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 58612989..77a4d800 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -301,8 +301,7 @@ AC_SUBST(PAGE)])dnl
dnl
dnl
AC_DEFUN(GROFF_CXX_CHECK,
-[AC_REQUIRE([AC_C_CROSS])
-AC_REQUIRE([AC_PROG_CXX])
+[AC_REQUIRE([AC_PROG_CXX])
AC_LANG_SAVE
AC_LANG_CPLUSPLUS
if test "$cross_compiling" = no; then