summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 3291ea7cc587fe18df57438e9bfc65370030ddaa (plain) (blame)
1
2
3
4
5
6
7
8
9
AC_INIT(ray, 0.1.0)
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

AC_PROG_CC
AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_MAKE_SET

AC_OUTPUT(Makefile)