summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-05-28 00:36:06 -0600
committerEduardo Chappa <chappa@washington.edu>2013-05-28 00:36:06 -0600
commit7d52215d26b6bec1888f546da5d56657cfb16516 (patch)
tree6ae0088b05bc1475f1ff718a3c3a0dd93957cd63 /aclocal.m4
parent5c30b8df3075199ee502f5003d71297d7c117665 (diff)
downloadalpine-7d52215d26b6bec1888f546da5d56657cfb16516.tar.xz
* Changes to configure.ac to fix build in Debian/Ubuntu.
- added check for libpam - added check for libcrypto
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 897d223..573a4e1 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -13,8 +13,8 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
-[m4_warning([this file was generated for autoconf 2.68.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
+[m4_warning([this file was generated for autoconf 2.69.
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'.])])