From 4b8f395392fc9080f9b017ad37d6c6d6fa58cce1 Mon Sep 17 00:00:00 2001 From: pi-rho Date: Thu, 3 May 2012 19:48:18 -0500 Subject: [PATCH] dropping autoconf prereq to 2.65, hoping that lucid can now build --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cae48b8..3f36a80 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script -AC_PREREQ([2.68]) +AC_PREREQ([2.65]) AC_INIT([netre-tools], [0.1337], [pi-rho@tyr.cx]) AC_CONFIG_SRCDIR([src/hdng.c])