mirror of
https://github.com/nlohmann/json
synced 2024-11-27 14:20:07 +00:00
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
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_CONFIG_FILES(Makefile)
|
|
AC_OUTPUT
|