Fixed: bug #56096: dbi-csv no such column.
[parallel.git] / configure.ac
blob0fdff1d2d78b334799f857bde71fe6d29b82cf90
1 AC_INIT([parallel], [20190422], [bug-parallel@gnu.org])
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
3 AC_CONFIG_HEADERS([config.h])
4 AC_CONFIG_FILES([
5   Makefile
6   src/Makefile
7 ])
9 AC_ARG_ENABLE(documentation,
10   AC_HELP_STRING([--disable-documentation],
11                  [Omit building and installing the documentation. (default=no)]),,
12                  [enable_documentation=yes])
13 AM_CONDITIONAL([DOCUMENTATION], [test x$enable_documentation = xyes])
14 AC_PROG_LN_S
15 AC_OUTPUT