diff options
author | linus <linus> | 2010-03-17 11:43:11 +0000 |
---|---|---|
committer | linus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2010-03-17 11:43:11 +0000 |
commit | f43b8b78f610b02997103203f1c6146b507a9012 (patch) | |
tree | c76fb194c1f5f2c4fdbb27779f2e73572b006978 /configure.ac | |
parent | f83d2da1f9879494406fb65651ca7dbf88a89193 (diff) |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 |