mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
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 changed files with 1 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue