aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
blob: 1297f0d29d28b52a2d28a4afc4d74e4b8d15ccdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AC_INIT([blc], [0.1.0])
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall])
AC_PROG_CXX
AC_PROG_INSTALL

AC_CONFIG_HEADERS([config.h])

AC_CONFIG_FILES([
 Makefile
 src/Makefile
])

AC_OUTPUT