- removing Autoconf version requirement to allow travis to work

pull/5/head
Niels 2013-07-04 17:13:04 +02:00
parent 206e15dff7
commit ff41ca8fd6
1 changed files with 1 additions and 2 deletions

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