]> Dogcows Code - chaz/tint2/blobdiff - configure.ac
Update build-system for the new sample/ directory.
[chaz/tint2] / configure.ac
index 4a2f5d31fff49732e987a647a1c3be5d76ade323..c6276c8fab66bd06fe0e78d855e349c425b553de 100644 (file)
@@ -1,5 +1,6 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
+AC_PREREQ([2.61])
 AC_INIT([tint2], [0.7.9-svn], [http://code.google.com/p/tint2/issues])
 
 AM_INIT_AUTOMAKE
@@ -97,7 +98,8 @@ AC_TYPE_PID_T
 # Checks for library functions.
 AC_FUNC_FORK
 AC_FUNC_MALLOC
-AC_CHECK_FUNCS([gettimeofday memset select setlocale strcasecmp strchr strdup])
+AC_FUNC_REALLOC
+AC_CHECK_FUNCS([alarm gettimeofday memset select setlocale strcasecmp strchr strdup])
 
 # tint2conf (experimental)
 if test "x$tint2conf" = xtrue;
@@ -142,6 +144,7 @@ AC_SUBST(DISTCLEANFILES)
 
 AC_CONFIG_FILES([Makefile
                                 doc/Makefile
+                                sample/Makefile
                                 src/Makefile
                                 src/tint2conf/Makefile])
 
This page took 0.021416 seconds and 4 git commands to generate.