summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2024-10-20 12:21:32 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2024-10-20 12:21:32 +0200
commitdaddaad9c2261547f4ef318efa958e78dddf1c06 (patch)
treecd656f2b0774d5f0cd0be13055220c6ec699f098 /aclocal.m4
parent1c4b96855c415c48c0b3281b801c2e89fb935061 (diff)
parent677e5b0b948fe62d8017c198c57049275f6fe61a (diff)
Update upstream source from tag 'upstream/4.24'
Update to upstream version '4.24' with Debian dir 0cdd704e90221fada3fe68da281545e331045b9b
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index e724e66..69c9ce2 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -14,8 +14,8 @@
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
-[m4_warning([this file was generated for autoconf 2.71.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],,
+[m4_warning([this file was generated for autoconf 2.72.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])