aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-02 16:28:14 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-02 16:28:14 +0300
commitea77a73d4119feb0481e74bfa2754ebd2100bed9 (patch)
treed5609fc4d72222d10a10e7dff758843f32732365 /configure.ac
parent4e3ebe248cef60d084713c34594f7103f15a4035 (diff)
downloadeclat-ea77a73d4119feb0481e74bfa2754ebd2100bed9.tar.gz
eclat-ea77a73d4119feb0481e74bfa2754ebd2100bed9.tar.bz2
Add command completion routine for bash. Install formats to pkgdatadir
* README: Update. * configure.ac: Remove --with-format-dir. Use --pkgdatadir instead. * etc/Makefile.am: Add new file. * etc/compl.sh: New file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index ec0d3f8..e878bca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,28 +64,14 @@ AC_CHECK_LIB([expat], [XML_Parse],[],
GRECS_SETUP([grecs],[tests getopt git2chg])
#
-AC_SUBST(FORMATDIR)
AC_ARG_ENABLE([split-format],
[AC_HELP_STRING([--enable-split-format],
[build split format files])],
[split_fmt=$enableval],
[split_fmt=no])
-if test $split_fmt = yes; then
- FORMATDIR="\$(sysconfdir)/\$(PACKAGE)"
-else
- FORMATDIR="\$(sysconfdir)"
-fi
AM_CONDITIONAL([SPLIT_FORMATS],[test $split_fmt = yes])
-AC_ARG_WITH([format-dir],
- [AC_HELP_STRING([--format-dir=DIR],
- [install format files to that directory])],
- [case $withval in
- /*) FORMATDIR=$withval;;
- *) FORMATDIR='$(prefix)/'$withval
- esac])
-
# Initialize the test suite.
AC_CONFIG_TESTDIR(tests)
AC_CONFIG_FILES([tests/Makefile tests/atlocal])

Return to:

Send suggestions and report system problems to the System administrator.