From f43b8b78f610b02997103203f1c6146b507a9012 Mon Sep 17 00:00:00 2001 From: linus Date: Wed, 17 Mar 2010 11:43:11 +0000 Subject: [PATCH] Add AC_CANONICAL_TARGET -- AC_CANONICAL_SYSTEM needs it. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@521 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 7c06725..b51bde5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ AC_INIT(radsecproxy, 2.0-devel, venaas@uninett.no) +AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_PROG_CC AM_PROG_CC_C_O