cellar/configure.ac

13 lines
186 B
Plaintext
Raw Normal View History

2017-03-12 15:43:11 -07:00
AC_INIT([cellar], [0])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_PROG_CXX
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
src/Makefile
])
AC_OUTPUT