Show env info after configure

This commit is contained in:
Alexander Kojevnikov 2013-03-20 10:08:24 -07:00
parent 3a61eebca6
commit e50f5751af

View File

@ -79,3 +79,13 @@ AC_CONFIG_FILES([
web/version
])
AC_OUTPUT
cat <<EOF
${PACKAGE}-${VERSION}
Install Prefix: ${prefix}
C++ Compiler: ${CXX}
Use Valgrind: ${HAVE_VALGRIND}
EOF