mirror of
https://github.com/nlohmann/json.git
synced 2026-06-22 20:24:17 +00:00
cleanup
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user