This commit is contained in:
Niels
2015-01-31 20:13:11 +01:00
parent b453cdb7a2
commit befd90dead
15 changed files with 4702 additions and 11586 deletions
+2 -3
View File
@@ -1,11 +1,10 @@
AC_INIT([JSON], [2.0], [mail@nlohmann.me])
AC_CONFIG_SRCDIR([src/json.h])
AC_INIT([JSON], [3.0], [mail@nlohmann.me])
AC_CONFIG_SRCDIR([src/json.hpp])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_SILENT_RULES([yes])
AC_PROG_CXX
AC_PROG_SED
AC_CONFIG_FILES(Makefile)
AC_OUTPUT