Be more verbose when running autogen.sh.
Add realloc and alarm check to configure.ac.
[ ! -d m4 ] && mkdir m4
-autoreconf -i -s -f
+autoreconf -i -s -f -v
# -*- 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
# 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;