1
0
mirror of https://github.com/nlohmann/json synced 2024-11-22 03:50:05 +00:00

- removing Autoconf version requirement to allow travis to work

This commit is contained in:
Niels 2013-07-04 17:13:04 +02:00
parent 206e15dff7
commit ff41ca8fd6

View File

@ -1,5 +1,4 @@
AC_PREREQ([2.69])
AC_INIT([JSON], [1.0], [BUG-REPORT-ADDRESS])
AC_INIT([JSON], [1.0], [niels.lohmann@uni-rostock.de])
AC_CONFIG_SRCDIR([src/JSON.cc])
AM_INIT_AUTOMAKE([foreign])