Changed autoconf req to 2.50

This commit is contained in:
R. Eric Wheeler 2015-08-07 11:42:08 -07:00
parent e8d1f53a20
commit 5bd47c5e45
1 changed files with 1 additions and 1 deletions

View File

@ -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])