From 5bd47c5e45d78097bbcd88fe072e9e8d0e1727c2 Mon Sep 17 00:00:00 2001 From: sk-5 Date: Fri, 7 Aug 2015 11:42:08 -0700 Subject: [PATCH] Changed autoconf req to 2.50 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eb64f4d..a81849f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.69]) +AC_PREREQ([2.50]) m4_define([pipecolors_version_major],[1]) m4_define([pipecolors_version_minor],[2])