1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 15:13:04 +04:00
Files
json/configure.ac
T

12 lines
203 B
Plaintext

AC_INIT([JSON], [2.0], [mail@nlohmann.me])
AC_CONFIG_SRCDIR([src/json.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_SILENT_RULES([yes])
AC_PROG_CXX
AC_PROG_SED
AC_CONFIG_FILES(Makefile)
AC_OUTPUT