Require Autoconf 2.68 since 2.65 doesn't work on OSX.
authorLinus Nordberg <linus@nordu.net>
Sat, 16 Oct 2010 09:29:14 +0000 (11:29 +0200)
committerLinus Nordberg <linus@nordu.net>
Sat, 16 Oct 2010 09:29:14 +0000 (11:29 +0200)
With 2.65 on OSX, libradsec isn't linked correctly with
libfreeradius-radius and libevent-core.  The effect is that a program
linking with -lradsec need to add the other two libraries on the link
line as well.

Whether 2.66 or 2.67 works on OSX is unknown.

lib/configure.ac

index 5ae729f..5567ebf 100644 (file)
@@ -1,6 +1,6 @@
 # -*- Autoconf -*- script for libradsec.
 
-AC_PREREQ([2.65])
+AC_PREREQ([2.68])              dnl Fwiw, 2.65 is ok on Ubuntu.
 AC_INIT([libradsec], [0.0.1-dev], [linus+libradsec@nordu.net])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE