aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2020-12-16 22:48:07 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2020-12-16 22:48:07 +0000
commite7df8f7726025d0738fb931cabd64cbbe1633ed0 (patch)
tree40e19bc5da5f2b9a624ba2759ddd4af5f2c34bef /aclocal.m4
parent748c20ffaee77781622bb260cf15a7de4e2e6a3f (diff)
downloadsg3_utils-e7df8f7726025d0738fb931cabd64cbbe1633ed0.tar.gz
autoconf: upgrade version 2.69 to 2.70
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@870 6180dd3e-e324-4e3e-922d-17de1ae2f315
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 292ea325..b7c44589 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.69],,
-[m4_warning([this file was generated for autoconf 2.69.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.70],,
+[m4_warning([this file was generated for autoconf 2.70.
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'.])])