Commit c90d056885f26de42b6e96171796c774a23486b6
1 parent
f28e2c99
Exists in
master
and in
5 other branches
Corrigindo versao minima do autoconf
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
@@ -30,7 +30,7 @@ dnl | @@ -30,7 +30,7 @@ dnl | ||
30 | dnl Process this file with autoconf to produce a configure script. | 30 | dnl Process this file with autoconf to produce a configure script. |
31 | 31 | ||
32 | dnl The minimum version of autoconf required. | 32 | dnl The minimum version of autoconf required. |
33 | -AC_PREREQ(2.59) | 33 | +AC_PREREQ(2.61) |
34 | 34 | ||
35 | dnl Load svn revision file info | 35 | dnl Load svn revision file info |
36 | m4_include([revision.m4]) | 36 | m4_include([revision.m4]) |