Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2013-01-09 02:29:31 +0400
committerZoltan Varga <vargaz@gmail.com>2013-01-09 02:29:31 +0400
commit052ba601f3ed9e7fc5a216407986a89ee0c3296f (patch)
tree7e273675f7e7462a3451937beb6fe7cfde09f372 /configure.in
parent39c48d5e83d03851f569e25a1c2160845e4ffcdc (diff)
Remove automake macros obsoleted by automake 1.13. Fixes #9324.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index be5cbb24775..4d40397d294 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,7 @@ AC_CANONICAL_HOST
m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])])
AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar no-dist-gzip foreign])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE
API_VER=2.0
@@ -362,7 +362,6 @@ AC_PROG_CC
AC_CHECK_TOOL(CXX, g++, g++)
AC_PROG_CXX
AM_PROG_AS
-AM_PROG_CC_STDC
AC_PROG_INSTALL
AC_PROG_AWK
dnl We should use AM_PROG_AS, but it's not available on automake/aclocal 1.4