about summary refs log tree commit diff
path: root/configure.ac
blob: a230de6339473f937d8444ebdbad0648cc1aaa8d (plain) (blame)
1
2
3
4
5
6
AC_INIT([mbase], [0.1.0])
AC_PROG_INSTALL
AC_PROG_MKDIR_P
AC_PROG_CPP
AC_CONFIG_FILES([Makefile])
AC_OUTPUT