From: Linus Nordberg Date: Sat, 16 Oct 2010 10:11:06 +0000 (+0200) Subject: Revert "Require Autoconf 2.68 since 2.65 doesn't work on OSX." X-Git-Tag: libradsec-0.0.1~96 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=commitdiff_plain;h=88adb3a99af7ac04c5f07174acdd54fbf13fee01 Revert "Require Autoconf 2.68 since 2.65 doesn't work on OSX." That was wrong -- 2.65 is _not_ known to not work on OSX. (2.61 is known to not work on OSX but we don't care.) This reverts commit d726d4a61e0516b18df5903088e58d015c7cd1b8. --- diff --git a/lib/configure.ac b/lib/configure.ac index 5567ebf..5ae729f 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -1,6 +1,6 @@ # -*- Autoconf -*- script for libradsec. -AC_PREREQ([2.68]) dnl Fwiw, 2.65 is ok on Ubuntu. +AC_PREREQ([2.65]) AC_INIT([libradsec], [0.0.1-dev], [linus+libradsec@nordu.net]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE