]> de.git.xonotic.org Git - xonotic/d0_blind_id.git/blobdiff - configure.ac
add a longer hash function (no protocol change, but now longer session keys can be...
[xonotic/d0_blind_id.git] / configure.ac
index 65b2ea87be9cb88e34713608d0e43b32ce525483..6fe89936baa9821d79c80ff9e6d19206b5bd5524 100644 (file)
@@ -1,11 +1,11 @@
 AC_INIT([d0_blind_id], [0.1], [divVerent@alientrap.org])
+AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([-Wall foreign])
 AC_PROG_CC
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
 
-AC_SEARCH_LIBS(clock_gettime, rt, , [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/])])
 AC_SEARCH_LIBS(__gmpz_init, gmp, , [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/])])
 
-AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile])
+dnl AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_FILES([Makefile d0_blind_id.pc])
 AC_OUTPUT