|
|
@@ -91,6 +91,13 @@ AC_ARG_ENABLE(release, |
|
|
|
[ --enable-release build final release of the game (default no)]) |
|
|
|
AC_ARG_ENABLE(experimental, |
|
|
|
[ --enable-experimental experimental build (default no)]) |
|
|
|
|
|
|
|
AC_ARG_ENABLE(test, |
|
|
|
[ --enable-test build test suite (default yes)]) |
|
|
|
AC_ARG_ENABLE(tutorial, |
|
|
|
[ --enable-tutorial build tutorial applications (default yes)]) |
|
|
|
AC_ARG_ENABLE(samples, |
|
|
|
[ --enable-samples build sample applications (default yes)]) |
|
|
|
AC_ARG_ENABLE(doc, |
|
|
|
[ --enable-doc build documentation (needs doxygen and LaTeX)]) |
|
|
|
|
|
|
@@ -236,6 +243,12 @@ dnl Can we build neercs? |
|
|
|
AM_CONDITIONAL(BUILD_NEERCS, test "${ac_cv_my_have_caca}" != "no") |
|
|
|
|
|
|
|
|
|
|
|
dnl Optional features |
|
|
|
AM_CONDITIONAL(BUILD_TEST, test "${enable_test}" != "no") |
|
|
|
AM_CONDITIONAL(BUILD_TUTORIAL, test "${enable_tutorial}" != "no") |
|
|
|
AM_CONDITIONAL(BUILD_SAMPLES, test "${enable_samples}" != "no") |
|
|
|
|
|
|
|
|
|
|
|
dnl Should we ship non-free data? |
|
|
|
AM_CONDITIONAL(HAVE_NONFREE, true) |
|
|
|
|
|
|
|