From 78ed756a343c37acb38cc230d03c334845553ab6 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 8 Dec 2009 11:13:11 -0500 Subject: Xft.h.in: remove comments which prevents Xft.h generation #25104 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 Reviewed-by: Alan Coopersmith Tested-by: Adrian Bunk --- include/X11/Xft/Xft.h.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') 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 -- cgit v1.2.1