]> de.git.xonotic.org Git - xonotic/d0_blind_id.git/blob - configure.ac
include guards
[xonotic/d0_blind_id.git] / configure.ac
1 AC_INIT([d0_blind_id], [0.1], [divVerent@alientrap.org])
2 AM_INIT_AUTOMAKE([-Wall foreign])
3 AC_PROG_CC
4 AM_PROG_LIBTOOL
5
6 AC_SEARCH_LIBS(clock_gettime, rt, , [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/])])
7 AC_SEARCH_LIBS(__gmpz_init, gmp, , [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/])])
8
9 AC_CONFIG_HEADERS([config.h])
10 AC_CONFIG_FILES([Makefile])
11 AC_OUTPUT