]> git.donarmstrong.com Git - lilypond.git/blob - flower/configure.in
abfa94ca2e40e7451cfac38eb6835f5a74662739
[lilypond.git] / flower / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(lib/choleski.cc)
3 AC_LANG_CPLUSPLUS
4
5 dnl should enable flower specific compile flags.
6
7 AC_PROG_CXX
8 AC_FUNC_MEMCMP
9 AC_FUNC_VPRINTF
10 AC_CHECK_FUNCS(memmem snprintf foobar)
11 AC_CONFIG_HEADER(lib/out/config.hh:config.hh.in)
12
13 CXX="$ac_cv_prog_CXX" ../bin/make_version > out/version.hh
14
15 AC_OUTPUT()