--- configure.ac 2006-10-03 10:55:34.000000000 -0500
+++ configure.ac 2015-01-21 13:42:39.000000000 -0600
AC_CONFIG_SRCDIR([include/SOLID.h])
AC_CONFIG_HEADER([include/config.h])
+AM_INIT_AUTOMAKE([foreign])
- CFLAGS="-O2 -fno-gcse -DNDEBUG"
- CXXFLAGS="-O2 -fno-gcse -DNDEBUG"
+ CFLAGS="-O2 -fno-gcse -fno-strict-aliasing -DNDEBUG"
+ CXXFLAGS="-O2 -fno-gcse -fno-strict-aliasing -fpermissive -DNDEBUG"
# Checks for library functions.
AC_CHECK_FUNCS([memset sqrt])
-AC_CONFIG_FILES([Makefile
- examples/dynamics/Makefile
+AC_CONFIG_FILES([Makefile doc/Makefile src/broad/Makefile src/convex/Makefile src/complex/Makefile src/qhull/Makefile src/Makefile include/Makefile examples/dynamics/Makefile examples/Makefile])