cellar/configure.ac
Nicholas O'Connor e60cd7d9ce c11
2017-03-12 16:05:31 -07:00

14 lines
211 B
Plaintext

AC_INIT([cellar], [0])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_PROG_CXX
AX_CXX_COMPILE_STDCXX_11
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
src/Makefile
])
AC_OUTPUT