aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 30e9bc0..5d50849 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,12 +15,13 @@
15# along with vmod_dict. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod_dict. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ(2.69) 17AC_PREREQ(2.69)
18AC_INIT([vmod-dict], [1.0], [gray@gnu.org]) 18AC_INIT([vmod-dict], [1.1], [gray@gnu.org])
19AC_CONFIG_AUX_DIR([build-aux]) 19AC_CONFIG_AUX_DIR([build-aux])
20AC_CONFIG_MACRO_DIR([m4]) 20AC_CONFIG_MACRO_DIR([m4])
21AC_CONFIG_SRCDIR(src/vmod_dict.vcc) 21AC_CONFIG_SRCDIR(src/vmod_dict.vcc)
22AM_CONFIG_HEADER(config.h) 22AM_CONFIG_HEADER(config.h)
23 23
24AC_SUBST([AC_VMOD_BASENAME],[dict])
24AC_CANONICAL_SYSTEM 25AC_CANONICAL_SYSTEM
25AC_LANG(C) 26AC_LANG(C)
26 27
@@ -44,7 +45,7 @@ AC_HEADER_STDC
44 45
45# Check for functions 46# Check for functions
46 47
47AM_VARNISHAPI([4.1]) 48AM_VARNISHAPI([4.1],[5.1])
48 49
49AC_CONFIG_TESTDIR(tests) 50AC_CONFIG_TESTDIR(tests)
50AC_CONFIG_FILES([tests/Makefile tests/atlocal]) 51AC_CONFIG_FILES([tests/Makefile tests/atlocal])

Return to:

Send suggestions and report system problems to the System administrator.