~ctwm/ctwm/trunk

410.1.14 by Matthew Fuller
Create a separate file, called last, for outputting various
1
#
2
# Tell the builder various stuff about what we decided.
3
#
4
5
6
# Describe install paths
7
message(STATUS "System-wide config in      ${ETCDIR}")
8
message(STATUS "Installing ctwm in         ${BINDIR}")
9
message(STATUS "Installing runtime data in ${DATADIR}")
10
message(STATUS "Installing docs in         ${DOCDIR}")
11
message(STATUS "Installing examples in     ${EXAMPLEDIR}")
12
message(STATUS "Installing manpage to      ${MAN1PATH}")
466.1.12 by Matthew Fuller
Spit out the version info at the end of the configuration, just for
13
14
15
message(STATUS "Building for ctwm version ${ctwm_version_str}")