[PATCH] Xft.h.in: remove comments which prevents Xft.h generation #25104
Gaetan Nadon
memsize at videotron.ca
Tue Dec 8 08:13:11 PST 2009
With automake prior to 2.62, commnents placed beside a #undef line
prevent that statement to be substituted by config.status.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
include/X11/Xft/Xft.h.in | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/X11/Xft/Xft.h.in b/include/X11/Xft/Xft.h.in
index d66f2ec..490945f 100644
--- a/include/X11/Xft/Xft.h.in
+++ b/include/X11/Xft/Xft.h.in
@@ -26,10 +26,10 @@
/*
* Current Xft version number, set from version in the Xft configure.ac file.
*/
-
-#undef XFT_MAJOR /* Will be substituted by configure */
-#undef XFT_MINOR /* Will be substituted by configure */
-#undef XFT_REVISION /* Will be substituted by configure */
+/* #undef will be substituted by configure */
+#undef XFT_MAJOR
+#undef XFT_MINOR
+#undef XFT_REVISION
#define XFT_VERSION ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVISION))
#define XftVersion XFT_VERSION
--
1.6.0.4
--Boundary_(ID_ofAs2Kf8h7QT51xDLGyclA)--
More information about the xorg-devel
mailing list