summaryrefslogtreecommitdiff
path: root/expat/configure.ac
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-03-22 19:36:18 +0100
committerGitHub <noreply@github.com>2021-03-22 19:36:18 +0100
commit16315c6b5b79a08e9d04cb2817dc5e5e85588e08 (patch)
treee030082a48c813e1fa7a095acef290a4ea8ca407 /expat/configure.ac
parent13e8bc246b11b220f65e584c968d5e0cfeff2ac3 (diff)
parentfd9a7d649e5d6f889276a717149d54b49cbcb0b4 (diff)
downloadlibexpat-git-16315c6b5b79a08e9d04cb2817dc5e5e85588e08.tar.gz
Merge pull request #450 from libexpat/autotools-autoupdate
configure.ac: Apply partial autoupdate-2.71
Diffstat (limited to 'expat/configure.ac')
-rw-r--r--expat/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/expat/configure.ac b/expat/configure.ac
index 114ef23b..39c718bc 100644
--- a/expat/configure.ac
+++ b/expat/configure.ac
@@ -11,11 +11,11 @@ dnl in the file COPYING that comes with this distribution.
dnl
dnl Ensure that Expat is configured with autoconf 2.69 or newer.
-AC_PREREQ(2.69)
+AC_PREREQ([2.69])
dnl Get the version number of Expat, using m4's esyscmd() command to run
dnl the command at m4-generation time. This allows us to create an m4
-dnl symbol holding the correct version number. AC_INIT() requires the
+dnl symbol holding the correct version number. AC_INIT requires the
dnl version number at m4-time, rather than when ./configure is run, so
dnl all this must happen as part of m4, not as part of the shell code
dnl contained in ./configure.
@@ -27,7 +27,7 @@ m4_define([expat_version],
m4_ifdef([__gnu__],
[esyscmd(conftools/get-version.sh lib/expat.h)],
[2.2.x]))
-AC_INIT(expat, expat_version, expat-bugs@libexpat.org)
+AC_INIT([expat],[expat_version],[expat-bugs@libexpat.org])
m4_undefine([expat_version])
AC_CONFIG_SRCDIR([Makefile.in])
@@ -53,7 +53,7 @@ LIBREVISION=0 # with
LIBAGE=7 # CMakeLists.txt!
AX_APPEND_FLAG([-DHAVE_EXPAT_CONFIG_H], [AM_CPPFLAGS])
-AC_CONFIG_HEADER([expat_config.h])
+AC_CONFIG_HEADERS([expat_config.h])
AM_PROG_AR
AC_PROG_INSTALL