acl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Acl-devel] [PATCH attr 1/8] build: Fix for incompatibility with autocon


From: Guillem Jover
Subject: [Acl-devel] [PATCH attr 1/8] build: Fix for incompatibility with autoconf 2.13
Date: Sat, 20 Jul 2019 04:14:35 +0200

From: Wookey <address@hidden>

This project will not build if autconf2.13 is installed. Adding
AC_PREREQ allows the automatic checks to run the correct version of
autconf, whichever is installed, or to get a clear error message about
the problem.

Signed-off-by: Guillem Jover <address@hidden>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index b46afce..389d7d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
+AC_PREREQ([2.59])
 AC_INIT([attr], [2.4.48], [address@hidden])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
-- 
2.22.0.657.g960e92d24f




reply via email to

[Prev in Thread] Current Thread [Next in Thread]