aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGabriel Dos Reis <GabrielDosReis@users.noreply.github.com>2022-07-23 18:40:12 -0700
committerGabriel Dos Reis <GabrielDosReis@users.noreply.github.com>2022-07-23 18:40:12 -0700
commit50b19677e8a323abc641542bb2a957864959bd4b (patch)
tree77f67aa0168121e29ff147f16f339a24ed866bb4 /configure.ac
parent1df8894e0ac79c0f75139cb2701b3595989f8db8 (diff)
downloadopen-axiom-50b19677e8a323abc641542bb2a957864959bd4b.tar.gz
Update configure.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index fcef5344..e2ea673e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006-2018, Gabriel Dos Reis.
+dnl Copyright (C) 2006-2022, Gabriel Dos Reis.
dnl All rights reserved.
dnl
dnl Redistribution and use in source and binary forms, with or without
@@ -33,8 +33,7 @@ dnl Makefiles for building OpenAxiom interpreter, compiler, libraries, and
dnl auxiliary tools where appropriate.
dnl
-AC_INIT([OpenAxiom], [1.5.0-2018-01-01],
- [open-axiom-bugs@lists.sf.net])
+AC_INIT([OpenAxiom],[1.5.0-2018-01-01],[open-axiom-bugs@lists.sf.net])
dnl Most of the macros used in this configure.ac are defined in files
dnl located in the subdirectory config/
@@ -52,7 +51,7 @@ OPENAXIOM_CANONICAL_SYSTEM
dnl Page Automake
AM_INIT_AUTOMAKE([foreign subdir-objects])
-AC_PREREQ([2.62])
+AC_PREREQ([2.71])
dnl Simple sanity check.
AC_CONFIG_SRCDIR(src/Makefile.in)