- removing Autoconf version requirement to allow travis to work
This commit is contained in:
parent
206e15dff7
commit
ff41ca8fd6
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
AC_PREREQ([2.69])
|
AC_INIT([JSON], [1.0], [niels.lohmann@uni-rostock.de])
|
||||||
AC_INIT([JSON], [1.0], [BUG-REPORT-ADDRESS])
|
|
||||||
AC_CONFIG_SRCDIR([src/JSON.cc])
|
AC_CONFIG_SRCDIR([src/JSON.cc])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
|
|
Loading…
Reference in a new issue