json/configure.ac

11 lines
191 B
Text
Raw Normal View History

2014-12-28 08:11:01 +00:00
AC_INIT([JSON], [2.0], [mail@nlohmann.me])
2015-01-04 19:43:25 +00:00
AC_CONFIG_SRCDIR([src/json.h])
2013-07-04 08:49:03 +00:00
2013-12-11 12:23:50 +00:00
AM_INIT_AUTOMAKE([foreign subdir-objects])
2013-07-04 08:49:03 +00:00
AM_SILENT_RULES([yes])
AC_PROG_CXX
AC_CONFIG_FILES(Makefile)
AC_OUTPUT