|
|
@ -17,6 +17,11 @@ AC_PREREQ([2.63])
|
|
|
|
AC_INIT([Infer],
|
|
|
|
AC_INIT([Infer],
|
|
|
|
[0.8.1],
|
|
|
|
[0.8.1],
|
|
|
|
[https://github.com/facebook/infer/issues/])
|
|
|
|
[https://github.com/facebook/infer/issues/])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# this has to happen just after AC_INIT() because later macros may mess with the arguments passed to
|
|
|
|
|
|
|
|
# this script
|
|
|
|
|
|
|
|
config_flags="$*"
|
|
|
|
|
|
|
|
|
|
|
|
AC_CONFIG_SRCDIR([infer/src/IR/Sil.re])
|
|
|
|
AC_CONFIG_SRCDIR([infer/src/IR/Sil.re])
|
|
|
|
|
|
|
|
|
|
|
|
# WARNING: keep in sync with above
|
|
|
|
# WARNING: keep in sync with above
|
|
|
@ -274,4 +279,7 @@ AC_CONFIG_FILES([
|
|
|
|
Makefile.config
|
|
|
|
Makefile.config
|
|
|
|
])
|
|
|
|
])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AC_MSG_NOTICE([saving configure flags to ./config.flags])
|
|
|
|
|
|
|
|
echo $config_flags > config.flags
|
|
|
|
|
|
|
|
|
|
|
|
AC_OUTPUT
|
|
|
|
AC_OUTPUT
|
|
|
|