From 6352e7d2db7ffaf4b4fc868a45d150b457537d2a Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 18 Aug 2013 18:25:12 +0200 Subject: [PATCH] build: Update and remove some obsolete automake macro calls --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 16b27170d..119b84b1b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT(gtk-sharp, 2.99.1) AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-bzip2 tar-ustar foreign]) AC_CANONICAL_HOST -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AM_MAINTAINER_MODE API_VERSION=3.0.0.0 @@ -50,7 +50,6 @@ AM_CONDITIONAL(PLATFORM_WIN32, test x$platform_win32 = xyes) AC_CHECK_TOOL(CC, gcc, gcc) AC_PROG_CC -AM_PROG_CC_STDC AC_PROG_INSTALL dnl may require a specific autoconf version