- the version number in the man pages is now set automatically via
  the ${PACKAGE_STRING} cmake variable
This commit is contained in:
Federico Hernandez
2011-01-05 22:46:25 +01:00
parent 86eef4c184
commit 70a83dad4d
9 changed files with 21 additions and 6 deletions

View File

@@ -51,6 +51,7 @@ else (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set (UNKNOWN true)
endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
message ("-- Configuring auto.h")
configure_file (
${CMAKE_SOURCE_DIR}/cmake.h.in
${CMAKE_SOURCE_DIR}/auto.h)