comparison src/configure.ac @ 230:1a3674836579

Provide flags for just-in-time compilation * src/configure.ac: add inst/private/get_vars.m as configured file * inst/private/get_vars.m.in: a function returning proper compiler or linker flags * inst/provate/generate_makefile.m: use flags * src/Makefile.in: add get_vars.m in the cleanall recipe
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Fri, 13 Jun 2014 18:45:40 +0200
parents 194f8c66b45a
children e348b84ecb70
comparison
equal deleted inserted replaced
229:194f8c66b45a 230:1a3674836579
60 AC_CHECK_PROG([HAVE_MKOCTFILE], [mkoctfile], [yes], [no]) 60 AC_CHECK_PROG([HAVE_MKOCTFILE], [mkoctfile], [yes], [no])
61 if [test $HAVE_MKOCTFILE = "no"]; then 61 if [test $HAVE_MKOCTFILE = "no"]; then
62 AC_MSG_ERROR([mkoctfile required to install $PACKAGE_NAME]) 62 AC_MSG_ERROR([mkoctfile required to install $PACKAGE_NAME])
63 fi 63 fi
64 64
65 AC_CONFIG_FILES([Makefile]) 65 AC_CONFIG_FILES([Makefile ../inst/private/get_vars.m])
66 AC_OUTPUT 66 AC_OUTPUT