readdin configure.ac
This commit is contained in:
parent
fd5776baae
commit
5c253a9ddd
1 changed files with 13 additions and 0 deletions
13
configure.ac
Normal file
13
configure.ac
Normal file
|
@ -0,0 +1,13 @@
|
|||
AC_INIT([begin], [0.1], [mik@elnord.in],
|
||||
[begin], [https://github.com/mickenordin/begin])
|
||||
AC_PREREQ([2.59])
|
||||
AM_INIT_AUTOMAKE([1.10 -Wall no-define])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_PROG_CXX
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
AC_LANG_PUSH([C++])
|
||||
AC_CHECK_HEADERS([boost/xpressive/xpressive.hpp], [],
|
||||
[AC_MSG_ERROR(You need the Boost Xpressive library.)])
|
||||
AC_LANG_POP([C++])
|
||||
|
Loading…
Add table
Reference in a new issue