From cccfb856ef0143c17d56f8de7ae6aaf79d245e1c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 20 Mar 1998 22:19:52 +0000 Subject: [PATCH] minor ansi2knr fix --- ChangeLog | 2 ++ m4/protos.m4 | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0e06527..c832bbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Fri Mar 20 00:26:10 1998 Tom Tromey + * m4/protos.m4: Require AC_PROG_CPP. + * aclocal.in (add_file): If &search fails, and macro matches AM_, then print error. Test aclocalii.test. diff --git a/m4/protos.m4 b/m4/protos.m4 index 350beb4..b148d06 100644 --- a/m4/protos.m4 +++ b/m4/protos.m4 @@ -7,6 +7,7 @@ AC_DEFUN(AM_C_PROTOTYPES, [AC_REQUIRE([AM_PROG_CC_STDC]) +AC_REQUIRE([AC_PROG_CPP]) AC_MSG_CHECKING([for function prototypes]) if test "$am_cv_prog_cc_stdc" != no; then AC_MSG_RESULT(yes) -- 2.7.4