Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-07 | Allow the default XKB config root to be set from configure | Dan Nicholson | |
The default was hardcoded in the Makefile as $(datadir)/share/X11/xkb. This could cause a problem if you are installing xkbcomp to an alternate location but want to continue using the system's XKB data. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> | |||
2009-01-21 | Correct make distcheck and most gcc and sparse warnings. | Paulo Cesar Pereira de Andrade | |
Remaining warnings are due to macros that check address or vectors on the stack and auto generated yacc code. Compiled with default flags and also as: % make CFLAGS=-DENTRY_TRACKING_ON -DDEBUG_ON -DASSERTIONS_ON to ensure the "simplification" of code like: foo.c: <hash>define DEBUG_VAR foo_VAR <hash>include "foo.h" ... foo.h: <hash>ifdef DEBUG_VAR_NOT_LOCAL extern <hash>endif int DEBUG_VAR; ... did not change the author's "intended" logic. | |||
2008-01-22 | Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.am | Alan Coopersmith | |
<http://bugs.freedesktop.org/show_bug.cgi?id=14185> | |||
2008-01-06 | Revert "Also mark xkbparse.h as a generated file." | Matthieu Herrb | |
Apparently only yacc generates it. This reverts commit 3e5b0d615b94c66a2b5a8b3d2e4a04713a442002. | |||
2008-01-06 | Also mark xkbparse.h as a generated file. | Matthieu Herrb | |
2007-12-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-10-17 | Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-15 | Have generated files be cleaned by maintainer in order to pass | Kevin E Martin | |
check-tarball test. | |||
2005-10-14 | Use sed to fill in variables in man page | Alan Coopersmith | |
2005-09-01 | Define DFLT_XKB_CONFIG_ROOT to $(datadir)/X11/xkb so we look in the right | Kristian Høgsberg | |
place. | |||
2005-08-02 | Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are | Keith Packard | |
regenerated after 'make clean' and to make parallel builds work right. | |||
2005-07-22 | Use YACC to compile xkbparse.y. | Daniel Stone | |
2005-07-20 | Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global | Adam Jackson | |
configure cache, you cache it, and the cached value is probably wrong. | |||
2005-07-16 | Add xkbcomp data to symlink.sh. Some fixes to xkbcomp/Makefile.am | Søren Sandmann Pedersen | |
2005-07-15 | Build system for xkbcomp | Søren Sandmann Pedersen | |