Escape: Only require libtool 2.2, since it seems 2.4 isn't very popular yet...

SVN revision: 63677
This commit is contained in:
Youness Alaoui 2011-09-29 21:04:07 +00:00
parent 7b2355eff1
commit 4b033861bb
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ esac
AM_INIT_AUTOMAKE([1.6 dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
LT_PREREQ([2.4])
LT_PREREQ([2.2])
VMAJ=v_maj
AC_SUBST(VMAJ)