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:
parent
4debe8e567
commit
de1b5db70e
@ -1,6 +1,7 @@
|
|||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([jansson], [2.6], [petri@digip.org])
|
AC_INIT([jansson], [2.6], [petri@digip.org])
|
||||||
|
|
||||||
|
AC_CONFIG_AUX_DIR([.])
|
||||||
AM_INIT_AUTOMAKE([1.10 foreign])
|
AM_INIT_AUTOMAKE([1.10 foreign])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([src/value.c])
|
AC_CONFIG_SRCDIR([src/value.c])
|
||||||
|
Loading…
Reference in New Issue
Block a user