K 10 svn:author V 7 antoine K 8 svn:date V 27 2015-07-29T06:07:57.773622Z K 7 svn:log V 353 Switch build system from cmake to GNU configure There are 2 benefits: - Reduced number of build dependencies (0 now) - This fixes build on arm64, as configure/Makefile are more updated than CMakeLists.txt (CMakeLists.txt doesn't know about the arm/arm_init.c and arm/filter_neon_intrinsics.c files) PR: 201425 Tested by: Andrew Turner (on arm64) END