On Saturday 26 January 2008, Alexey Gladkov wrote: > kbd 1.14 Release Notes > ====================== > > The kbd-1.14 release is available at: > > ftp://ftp.altlinux.org/pub/people/legion/kbd/ > > Feedback and bug reports, as always, are welcomed. erm, the tarball doesnt have a configure script ? any reason you dont use automake ? you should ship loadkeys.c and analyze.c with the tarball so people who compile dont need yacc/lex AC_ARG_ENABLE(nls) is incorrect in configure.in ... third argument should read: enable_nls=$enable_val and then the tests afterwards should read: if test "$enable_val" = "yes"; then similar issue with AC_ARG_ENABLE(optional-progs) -mike