summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2d5912d)
raw | patch | inline | side by side (parent: 2d5912d)
author | verbalshadow <verbalshadow@users.sourceforge.net> | |
Mon, 31 Mar 2008 20:39:22 +0000 (20:39 +0000) | ||
committer | verbalshadow <verbalshadow@users.sourceforge.net> | |
Mon, 31 Mar 2008 20:39:22 +0000 (20:39 +0000) |
config.h.cmake | patch | blob | history |
diff --git a/config.h.cmake b/config.h.cmake
index 9429103bf6616875e8164c397d8936d0f6d669c1..5d229e6863449da3aa8f630201f2307972dd2762 100644 (file)
--- a/config.h.cmake
+++ b/config.h.cmake
#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