summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2021-12-15 22:57:52 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2021-12-15 22:57:52 +0900
commitf5e043ad271f431f2c35fc6b22fc51b448507b01 (patch)
treeb436bafa08a1d92df1ca50aecf32f402fc527e8b /configure.ac
parentf15c06951bb91eb0a4ab54f6707b6e21448945f9 (diff)
downloadlibgpg-error-f5e043ad271f431f2c35fc6b22fc51b448507b01.tar.gz
build: Update configure.ac for newer autoconf.
* configure.ac (AC_PREREQ): Require 2.69 or later. (AC_CONFIG_HEADERS): Replace AC_CONFIG_HEADER. (AC_HEADER_STDC): Remove. * m4/codeset.m4: Update from gnulib. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f9f317e..27b2f27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# (Process this file with autoconf to produce a configure script.)
# The following lines are used by ./autogen.sh.
-AC_PREREQ([2.59])
+AC_PREREQ([2.69])
min_automake_version="1.14"
# To build a release you need to create a tag with the version number
@@ -65,7 +65,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([serial-tests dist-bzip2])
AM_MAINTAINER_MODE
AC_CONFIG_SRCDIR([src/err-sources.h.in])
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_SILENT_RULES
@@ -190,7 +190,6 @@ AM_GNU_GETTEXT_VERSION([0.19.3])
AM_GNU_GETTEXT([external])
# Checks for header files.
-AC_HEADER_STDC
AC_CHECK_HEADERS([locale.h stdint.h sys/select.h sys/time.h \
signal.h poll.h pwd.h])