[PATCH libxkbcommon 04/11] config: use existing variables KEYSYMDEF_H and XF86KEYSYM_H

Gaetan Nadon memsize at videotron.ca
Sat Dec 11 17:08:33 PST 2010


These automake variables are not currently used.
The variable KS_HEADERS is not required anymore.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac             |    3 ---
 src/makekeys/Makefile.am |    2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index b982839..7f8f9fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,9 +87,6 @@ test -f "$XF86KEYSYM_H" || AC_MSG_ERROR([can't locate XF86keysym.h in $includex1
 AC_MSG_RESULT([$XF86KEYSYM_H])
 AC_SUBST([XF86KEYSYM_H])
 
-# Aggregate the headers full paths for makekeys
-AC_SUBST([KS_HEADERS], ['$(KEYSYMDEF_H) $(XF86KEYSYM_H)'])
-
 # Define a configuration option for the XKB config root
 AC_ARG_WITH([xkb_config_root],
     [AS_HELP_STRING([--with-xkb-config-root=<paths>],
diff --git a/src/makekeys/Makefile.am b/src/makekeys/Makefile.am
index 44d5081..1847034 100644
--- a/src/makekeys/Makefile.am
+++ b/src/makekeys/Makefile.am
@@ -10,4 +10,4 @@ CLEANFILES = ks_tables.h
 
 ks_tables.h: makekeys$(EXEEXT)
 	@rm -f $@
-	cat $(KS_HEADERS) | $(builddir)/makekeys$(EXEEXT) > $@
+	cat $(KEYSYMDEF_H) $(XF86KEYSYM_H) | $(builddir)/makekeys$(EXEEXT) > $@
-- 
1.6.0.4



More information about the xorg-devel mailing list