summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2011-09-19 10:15:40 +0100
committerLennart Poettering <lennart@poettering.net>2011-09-19 23:58:35 +0200
commitd35481e13797cf423fdf51d4e6f04d3e9203873a (patch)
tree94845b5b714eb19406435aff27726b7be5b94f2e
parent97119e1422f45c7778fdae25401283e4f3ec8319 (diff)
Update configure.ac macros
Based on the output of `autoupdate`.
-rw-r--r--configure.ac5
1 files 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 <http://www.gnu.org/licenses/>.
-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