aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2014-05-14 16:03:21 +0300
committerPetri Lehtinen <petri@digip.org>2014-05-14 16:03:22 +0300
commitde1b5db70e21c9b485f79f0bf9f858a419304d09 (patch)
tree8ddff971e88edb78b5c0650c45ca077f46933d23 /configure.ac
parent4debe8e56767a6faa6e1d7c0391794b44d5b2995 (diff)
downloadjansson-de1b5db70e21c9b485f79f0bf9f858a419304d09.zip
jansson-de1b5db70e21c9b485f79f0bf9f858a419304d09.tar.gz
jansson-de1b5db70e21c9b485f79f0bf9f858a419304d09.tar.bz2
Fix autoreconf on Debian
For some reason, Automake doesn't search the current directory correctly when searching for helper scripts. Fixes #182.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b3f36d1..a4e0be6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([jansson], [2.6], [petri@digip.org])
+AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE([1.10 foreign])
AC_CONFIG_SRCDIR([src/value.c])