kwo pushed a commit to branch master.

commit 30baa4ff7cbf9751250972f7abc08d27c9a58d1c
Author: Kim Woelders <[email protected]>
Date:   Fri Jul 12 09:05:55 2013 +0200

    Autofoo cleanups.
    
    - Remove obsolete AC_TYPE_SIGNAL.
    - Remove unnecessary AC_GCC_TRADITIONAL.
    - Remove unrecommended AM_SANITY_CHECK.
---
 configure.ac | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index b47ccd0..b2f8705 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,13 +27,8 @@ define([AC_LIBTOOL_LANG_GCJ_CONFIG], [:])dnl
 AC_ENABLE_SHARED
 AC_PROG_LIBTOOL
 
-AC_GCC_TRADITIONAL
-
 AC_PROG_INSTALL
 
-dnl# Check the sanity of what we've done so far
-AM_SANITY_CHECK
-
 dnl# Look for needed programs
 AC_CHECK_PROG(RM, rm, rm, true)
 AC_CHECK_PROG(CP, cp, cp, false)
@@ -59,7 +54,6 @@ AC_TYPE_PID_T
 AC_TYPE_UID_T
 
 dnl# Checks for library functions.
-AC_TYPE_SIGNAL
 AC_CHECK_FUNCS(snprintf, x=1, x=0)
 AC_SUBST(HAVE_SNPRINTF, $x)
 AM_CONDITIONAL(BUILD_SNPRINTF, test "x$x" = "x0")

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to