hack in autoconf ver

This commit is contained in:
Tom Callaway 2013-06-04 11:06:12 -04:00
parent e13b06f421
commit bcf7772359
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ sed -i 's/\r//' README_windows.txt
chmod -x src/sampler.h src/sampler.cc
# Hey, I bet this still works.
sed -i 's|AC_PREREQ([2.68])|AC_PREREQ([2.63])|g' configure.ac
sed -i 's|2.68|2.63|g' configure.ac
autoreconf -i
%build