From 59020ff6e30771c0fce9b7eb3d7daf045d3456b6 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 20 Aug 2009 14:56:36 -0400 Subject: [PATCH 3/5] Remove 'color-tests' from AM_INIT_AUTOMAKE This was breaking the build on RHEL5 --- server/configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/configure.ac b/server/configure.ac index f186ede..c6d10c5 100644 --- a/server/configure.ac +++ b/server/configure.ac @@ -15,7 +15,7 @@ AC_INIT([sss_daemon], [0.4.0], [freeipa-devel@redhat.com]) AC_CONFIG_SRCDIR([conf_macros.m4]) AC_CONFIG_AUX_DIR([build]) -AM_INIT_AUTOMAKE([-Wall foreign subdir-objects color-tests]) +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AM_PROG_CC_C_O AC_DISABLE_STATIC AC_PROG_LIBTOOL -- 1.6.2.5