# HG changeset patch # User Juan Pablo Carbajal # Date 1393679484 -3600 # Node ID 5b2a3d09f5242b86c566f2eadbeaa37dad070011 # Parent b9999ff4fe5e0f24262dad986f7a51adc7de2310 maint: changing configure.ac option to ---with-eigen-includedir diff -r b9999ff4fe5e -r 5b2a3d09f524 src/configure.ac --- a/src/configure.ac Sat Mar 01 04:47:23 2014 +0100 +++ b/src/configure.ac Sat Mar 01 14:11:24 2014 +0100 @@ -7,9 +7,9 @@ AC_LANG(C++) # Get Dense include locations -AC_ARG_WITH([dense-includedir], - [AS_HELP_STRING([--with-dense-includedir=DIR], - [location of the Eigen/Dense headers, defaults to /usr/include/])], +AC_ARG_WITH([eigen-includedir], + [AS_HELP_STRING([--with-eigen-includedir=DIR], + [location of the Eigen headers, defaults to /usr/include/])], [DENSE_CPPFLAGS="-I$withval"], [DENSE_CPPFLAGS='-I/usr/include/']) AC_SUBST(DENSE_CPPFLAGS)