]> Dogcows Code - chaz/tint2/blobdiff - configure.ac
Update build-system for the new sample/ directory.
[chaz/tint2] / configure.ac
index 01f1b96d8036ce51cecf626ac6dc36f77a9f2d64..c6276c8fab66bd06fe0e78d855e349c425b553de 100644 (file)
@@ -1,6 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
-AC_INIT([tint2], [9.9.9-svn], [http://code.google.com/p/tint2/issues])
+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.025323 seconds and 4 git commands to generate.