aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-10-25 22:08:53 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-10-25 22:08:53 +0200
commit44cd8b0b374419f77febc504b0053b87c894810c (patch)
treee0016bafbc35ee5df461aed0cc09640ad9d0257c /aclocal.m4
parenta2f4c46ba3d4cd3de6be372316abc0e0e6518d4c (diff)
parenta3d40d091d31ec54b85240209afddb0212de085c (diff)
downloadegawk-44cd8b0b374419f77febc504b0053b87c894810c.tar.gz
egawk-44cd8b0b374419f77febc504b0053b87c894810c.tar.bz2
egawk-44cd8b0b374419f77febc504b0053b87c894810c.zip
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m426
1 files changed, 0 insertions, 26 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index a71b8dbc..742da619 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -741,32 +741,6 @@ AC_DEFUN([_AM_SET_OPTIONS],
AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
-# Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005, 2006
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 5
-
-AC_DEFUN([AM_C_PROTOTYPES],
-[AC_REQUIRE([AC_C_PROTOTYPES])
-if test "$ac_cv_prog_cc_stdc" != no; then
- U= ANSI2KNR=
-else
- U=_ ANSI2KNR=./ansi2knr
-fi
-# Ensure some checks needed by ansi2knr itself.
-AC_REQUIRE([AC_HEADER_STDC])
-AC_CHECK_HEADERS([string.h])
-AC_SUBST([U])dnl
-AC_SUBST([ANSI2KNR])dnl
-_AM_SUBST_NOTMAKE([ANSI2KNR])dnl
-])
-
-AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
-
# Check to make sure that the build environment is sane. -*- Autoconf -*-
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008