Changed autoconf req to 2.50
This commit is contained in:
parent
e8d1f53a20
commit
5bd47c5e45
|
@ -1,7 +1,7 @@
|
||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# 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_major],[1])
|
||||||
m4_define([pipecolors_version_minor],[2])
|
m4_define([pipecolors_version_minor],[2])
|
||||||
|
|
Loading…
Reference in New Issue