Fix autoreconf on Debian

For some reason, Automake doesn't search the current directory correctly
when searching for helper scripts.

Fixes #182.
This commit is contained in:
Petri Lehtinen 2014-05-14 16:03:21 +03:00
parent 4debe8e567
commit de1b5db70e

View File

@ -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])