From: Jim Meyering Date: Fri, 21 Mar 1997 03:16:03 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcc31060fa6f6eca4eb0737b2d0973925a6d08a3;p=thirdparty%2Fcoreutils.git . --- diff --git a/m4/protos.m4 b/m4/protos.m4 deleted file mode 100644 index 5c82294eb3..0000000000 --- a/m4/protos.m4 +++ /dev/null @@ -1,25 +0,0 @@ -## ------------------------------- ## -## Check for function prototypes. ## -## From Franc,ois Pinard ## -## ------------------------------- ## - -# serial 1 - -AC_DEFUN(AM_C_PROTOTYPES, -[AC_REQUIRE([AM_PROG_CC_STDC]) -AC_BEFORE([$0], [AC_C_INLINE]) -AC_MSG_CHECKING([for function prototypes]) -if test "$am_cv_prog_cc_stdc" != no; then - AC_MSG_RESULT(yes) - AC_DEFINE(PROTOTYPES) - U= ANSI2KNR= -else - AC_MSG_RESULT(no) - U=_ ANSI2KNR=./ansi2knr - # Ensure some checks needed by ansi2knr itself. - AC_HEADER_STDC - AC_CHECK_HEADERS(string.h) -fi -AC_SUBST(U)dnl -AC_SUBST(ANSI2KNR)dnl -])