summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2010-12-07config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2010-12-07config: initialize autoconf, automake and libtoolGaetan Nadon1-1/+8
2010-12-07config: use XORG_DEFAULT_OPTION from util-macros version 1.8Gaetan Nadon1-9/+5
2010-12-07config: set Autoconf minimum version required to 2.60Gaetan Nadon1-1/+1
2010-11-11build: run autoupdateJan Engelhardt1-3/+4
2010-11-11build: use AC_CONFIG_MACRO_DIR as per libtoolize warningJan Engelhardt1-0/+1
2010-10-21Don't check for xlib, we don't need itKristian Høgsberg1-1/+0
2010-10-20Use flex for generating the scanner, add support for parsing from stringsKristian Høgsberg1-0/+1
2010-08-25Pull in a few #defines from libxkbfile and lower kbproto requirementKristian Høgsberg1-1/+1
2010-07-02Compile with -fvisibility=hidden when possibleKristian Høgsberg1-0/+4
2010-06-22xkbcomp: Lazy keysym parsing (avoid XStringToKeysym)Daniel Stone1-0/+1
2010-06-22configure.ac: Enable automake silent rules by defaultDaniel Stone1-1/+1
2009-04-05Require strdup and remove utils wrapperDan Nicholson1-1/+1
2009-04-01Add xkbcommon pkg-config fileDan Nicholson1-0/+1
2009-03-27Import xkbcomp sources for CompileKeymapDan Nicholson1-6/+18
2009-03-27Move ks_tables.h build into makekeys subdirectoryDan Nicholson1-0/+2
2009-03-19Use common XKB headers and add common type XkbcDescRecDan Nicholson1-1/+1
2009-03-19Use XKB alloc macros internallyDan Nicholson1-0/+1
2009-03-19Use generated config.h headerDan Nicholson1-0/+1
2009-03-19Use XORG_CWARNFLAGS for more warningsDan Nicholson1-0/+1
2009-03-19Move makekeys to separate subdirDan Nicholson1-0/+1
2009-03-19Testing harness for keysym functionsDan Nicholson1-0/+1
2009-03-19Fix CC_FOR_BUILD detectionDan Nicholson1-1/+1
2009-03-19Initial implementation of keysym handlersDan Nicholson1-0/+1
2009-03-19Generate keysym tables from X and XF86 keysym definitionsDan Nicholson1-0/+17
2009-03-19Add makekeys for creating keysym hash tablesDan Nicholson1-3/+25
2009-03-19Initial autotools commitDan Nicholson1-0/+40