mirror of
https://github.com/alexkay/spek.git
synced 2025-04-15 16:20:33 +03:00
Show env info after configure
This commit is contained in:
parent
3a61eebca6
commit
e50f5751af
10
configure.ac
10
configure.ac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user