aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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,3 +1,3 @@
1# This file is part of Eclat -*- autoconf -*- 1# This file is part of Eclat -*- autoconf -*-
2# Copyright (C) 2012-2021 Sergey Poznyakoff 2# Copyright (C) 2012-2023 Sergey Poznyakoff
3# 3#
@@ -16,4 +16,4 @@
16 16
17AC_PREREQ(2.63) 17AC_PREREQ([2.71])
18AC_INIT([eclat], 2.1, [bug-eclat@gnu.org.ua],, 18AC_INIT([eclat], [2.1.1], [bug-eclat@gnu.org.ua],[],
19 [http://www.gnu.org.ua/software/eclat]) 19 [http://www.gnu.org.ua/software/eclat])
@@ -21,3 +21,3 @@ AC_CONFIG_SRCDIR([src/eclat.h])
21AC_CONFIG_AUX_DIR([build-aux]) 21AC_CONFIG_AUX_DIR([build-aux])
22AC_CONFIG_HEADER([config.h]) 22AC_CONFIG_HEADERS([config.h])
23AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-xz std-options silent-rules]) 23AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-xz std-options silent-rules])
@@ -30,3 +30,3 @@ AM_SILENT_RULES([yes])
30AC_PROG_CC 30AC_PROG_CC
31AC_PROG_LEX 31AC_PROG_LEX([noyywrap])
32AC_PROG_YACC 32AC_PROG_YACC
@@ -35,3 +35,2 @@ AC_PROG_RANLIB
35# Checks for header files. 35# Checks for header files.
36AC_HEADER_STDC
37AC_CHECK_HEADERS([getopt.h]) 36AC_CHECK_HEADERS([getopt.h])
@@ -65,4 +64,3 @@ AC_SUBST([MAPLIBS])
65AC_ARG_WITH([gdbm], 64AC_ARG_WITH([gdbm],
66 [AC_HELP_STRING([--with-gdbm], 65 [AS_HELP_STRING([--with-gdbm],[use GNU DBM])],
67 [use GNU DBM])],
68 [case "${withval}" in 66 [case "${withval}" in
@@ -90,4 +88,3 @@ AM_CONDITIONAL([COND_GDBM],[test $status_gdbm = yes])
90AC_ARG_WITH(ldap, 88AC_ARG_WITH(ldap,
91 [AC_HELP_STRING([--with-ldap], 89 [AS_HELP_STRING([--with-ldap],[use OpenLDAP])],
92 [use OpenLDAP])],
93 [case $withval in 90 [case $withval in
@@ -120,4 +117,3 @@ GRECS_SETUP([grecs],[tests getopt json git2chg])
120AC_ARG_ENABLE([split-format], 117AC_ARG_ENABLE([split-format],
121 [AC_HELP_STRING([--enable-split-format], 118 [AS_HELP_STRING([--enable-split-format],[build split format files])],
122 [build split format files])],
123 [split_fmt=$enableval], 119 [split_fmt=$enableval],

Return to:

Send suggestions and report system problems to the System administrator.