hack in autoconf ver

This commit is contained in:
Tom Callaway 2013-06-04 10:52:28 -04:00
parent 2f88ac8ddc
commit e13b06f421
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ sed -i 's/\r//' README_windows.txt
# No need to have exec permissions on source code
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
autoreconf -i
%build