From d35481e13797cf423fdf51d4e6f04d3e9203873a Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 19 Sep 2011 10:15:40 +0100 Subject: Update configure.ac macros Based on the output of `autoupdate`. --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index c50613c..f5d298f 100644 --- a/configure.ac +++ b/configure.ac @@ -18,9 +18,9 @@ # You should have received a copy of the GNU Lesser General Public # License along with mutrace. If not, see . -AC_PREREQ(2.61) +AC_PREREQ([2.61]) -AC_INIT([mutrace], 0.2, [mzzhgenpr (at) 0pointer (dot) net]) +AC_INIT([mutrace], [0.2], [mzzhgenpr (at) 0pointer (dot) net]) AC_CONFIG_SRCDIR([mutrace.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR(m4) @@ -86,7 +86,6 @@ AC_TYPE_SIZE_T AC_CHECK_TYPES(ssize_t, , [AC_DEFINE([ssize_t], [signed long], [Define ssize_t if it is not done by the standard libs.])]) AC_TYPE_OFF_T -AC_TYPE_SIGNAL AC_TYPE_UID_T AC_TYPE_UINT64_T -- cgit