aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-10-25 23:45:03 +0300
committerLasse Collin <lasse.collin@tukaani.org>2022-10-25 23:45:03 +0300
commita4b214b93ac741edef9c41e55865b0b867ca2587 (patch)
tree600fed1d66a55f30d9c302816e24e397b33213db /configure.ac
parentBuild: Update m4/ax_pthread.m4 from Autoconf Archive. (diff)
downloadxz-a4b214b93ac741edef9c41e55865b0b867ca2587.tar.xz
Build: Use AC_CONFIG_HEADERS instead of the ancient AC_CONFIG_HEADER.
We require Autoconf >= 2.69 and that has AC_CONFIG_HEADERS. There is a warning about AC_PROG_CC_C99 being obsolete but it cannot be removed because it is needed with Autoconf 2.69.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 170f48ec..fe4a2a82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_INIT([XZ Utils], m4_esyscmd([/bin/sh build-aux/version.sh]),
AC_CONFIG_SRCDIR([src/liblzma/common/common.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
echo
echo "$PACKAGE_STRING"