From 77f5ef3c203590e8330ccaf291747cfa0cbd448f Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Fri, 13 Apr 2012 14:05:48 -0400 Subject: [PATCH] * #8977: removed unnecessary AC_CANONICAL macros from configure.ac We don't test against build, host or target so there's no need for these. --- daemon/configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/daemon/configure.ac b/daemon/configure.ac index 57b3a90590..ba8a760be2 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -6,10 +6,6 @@ AC_INIT([sflphone],[1.0.2],[sflphoneteam@savoirfairelinux.com],[sflphone]) AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012]]) AC_REVISION([$Revision$]) -AC_CANONICAL_BUILD -AC_CANONICAL_HOST -AC_CANONICAL_TARGET - AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) -- GitLab