mirror of
https://github.com/nlohmann/json
synced 2025-01-12 02:10:15 +00:00
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
AC_INIT([JSON], [1.0], [niels.lohmann@uni-rostock.de])
|
|
AC_CONFIG_SRCDIR([src/JSON.cc])
|
|
|
|
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
|
AM_SILENT_RULES([yes])
|
|
|
|
AC_PROG_CXX
|
|
|
|
AC_CONFIG_FILES(Makefile)
|
|
AC_OUTPUT
|