aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2023-10-30 20:29:48 +0200
committerSergey Poznyakoff <gray@gnu.org>2023-10-30 20:29:58 +0200
commit8eea0529e713c913df259947f5cbdf315a32c830 (patch)
tree2b30e4e57a4f3d4832e3375544f29d8af3413d8a /configure.ac
parentcc736432bb1fdea85cae4788423bd804c385cffc (diff)
downloadeclat-master.tar.gz
eclat-master.tar.bz2
Update copyleft datesHEADmaster
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac20
1 files changed, 8 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 5e5cc38..915e43a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- autoconf -*-
-# Copyright (C) 2012-2021 Sergey Poznyakoff
+# Copyright (C) 2012-2023 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -14,12 +14,12 @@
# You should have received a copy of the GNU General Public License
# along with Eclat. If not, see <http://www.gnu.org/licenses/>.
-AC_PREREQ(2.63)
-AC_INIT([eclat], 2.1, [bug-eclat@gnu.org.ua],,
+AC_PREREQ([2.71])
+AC_INIT([eclat], [2.1.1], [bug-eclat@gnu.org.ua],[],
[http://www.gnu.org.ua/software/eclat])
AC_CONFIG_SRCDIR([src/eclat.h])
AC_CONFIG_AUX_DIR([build-aux])
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-xz std-options silent-rules])
dnl AC_CONFIG_LIBOBJ_DIR([src])
@@ -28,12 +28,11 @@ AM_SILENT_RULES([yes])
# Checks for programs.
AC_PROG_CC
-AC_PROG_LEX
+AC_PROG_LEX([noyywrap])
AC_PROG_YACC
AC_PROG_RANLIB
# Checks for header files.
-AC_HEADER_STDC
AC_CHECK_HEADERS([getopt.h])
# Check for libcurl
@@ -63,8 +62,7 @@ AC_CHECK_LIB([expat], [XML_Parse],[],
AC_SUBST([MAPLIBS])
AC_ARG_WITH([gdbm],
- [AC_HELP_STRING([--with-gdbm],
- [use GNU DBM])],
+ [AS_HELP_STRING([--with-gdbm],[use GNU DBM])],
[case "${withval}" in
yes|no) status_gdbm=${withval};;
*) AC_MSG_ERROR(bad value ${withval} for --with-gdbm) ;;
@@ -88,8 +86,7 @@ AM_CONDITIONAL([COND_GDBM],[test $status_gdbm = yes])
# LDAP
AC_ARG_WITH(ldap,
- [AC_HELP_STRING([--with-ldap],
- [use OpenLDAP])],
+ [AS_HELP_STRING([--with-ldap],[use OpenLDAP])],
[case $withval in
yes|no) status_ldap=$withval;;
*) AC_MSG_ERROR(bad value ${withval} for --with-ldap) ;;
@@ -118,8 +115,7 @@ GRECS_SETUP([grecs],[tests getopt json git2chg])
#
AC_ARG_ENABLE([split-format],
- [AC_HELP_STRING([--enable-split-format],
- [build split format files])],
+ [AS_HELP_STRING([--enable-split-format],[build split format files])],
[split_fmt=$enableval],
[split_fmt=no])

Return to:

Send suggestions and report system problems to the System administrator.