From: verbalshadow Date: Mon, 31 Mar 2008 20:39:22 +0000 (+0000) Subject: Cmake: config.h.cmake add package name and version info X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d0094572a7caa791bf3d15ebe4c6a93638798b41;p=inkscape.git Cmake: config.h.cmake add package name and version info --- diff --git a/config.h.cmake b/config.h.cmake index 9429103bf..5d229e686 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -220,13 +220,13 @@ #cmakedefine PACKAGE_LOCALE_DIR /* Define to the full name of this package. */ -#cmakedefine PACKAGE_NAME "$PROJECT_NAME}" +#define PACKAGE_NAME "$PROJECT_NAME}" /* Define to the full name and version of this package. */ -#cmakedefine PACKAGE_STRING "$PROJECT_NAME} ${INKSCAPE_VERSION}" +#define PACKAGE_STRING "$PROJECT_NAME} ${INKSCAPE_VERSION}" /* Define to the version of this package. */ -#cmakedefine PACKAGE_VERSION "${INKSCAPE_VERSION}" +#define PACKAGE_VERSION "${INKSCAPE_VERSION}" /* Define as the return type of signal handlers (`int' or `void'). */ #cmakedefine RETSIGTYPE