blob: 54ebee20f47ad3f22906cc04bea40302419d1b1c (
plain)
1
2
3
4
5
6
7
8
9
10
|
dnl Process this file with autoconf to produce a configure script.
AC_INIT(JsonSchemaBuilder, 1.0, me@mail.com)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(JsonSchemaBuilder.cpp)
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CXX
AC_OUTPUT(Makefile)
|