xkeyboard-config ChangeLog,1.249,1.250 configure.in,1.51,1.52
"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xlibs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: svu Update of /cvs/xkeyboard-config/xkeyboard-config In directory kemper:/tmp/cvs-serv26403 Modified Files: ChangeLog configure.in Log Message: no bashisms, b.fd.o#9244 Index: ChangeLog =================================================================== RCS file: /cvs/xkeyboard-config/xkeyboard-config/ChangeLog,v retrieving revision 1.249 retrieving revision 1.250 diff -u -d -r1.249 -r1.250 --- ChangeLog 7 Dec 2006 22:06:20 -0000 1.249 +++ ChangeLog 11 Dec 2006 22:26:06 -0000 1.250 @@ -1,3 +1,8 @@ +2006-12-11 Sergey Udaltsov + + * configure.in: getting rid of bashisms, closing + https://bugs.freedesktop.org/show_bug.cgi?id=9244 + 2006-12-07 Sergey Udaltsov * Makefile.am, rules/Makefile.am, xkbrules.am: getting rid of Index: configure.in =================================================================== RCS file: /cvs/xkeyboard-config/xkeyboard-config/configure.in,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- configure.in 10 Oct 2006 21:52:36 -0000 1.51 +++ configure.in 11 Dec 2006 22:26:06 -0000 1.52 @@ -31,9 +31,9 @@ AM_CONDITIONAL(CREATE_RULES_SYMLINK, test "x$xkb_rules_symlink" != "x") -AM_CONDITIONAL(CREATE_XKBCOMP_SYMLINK, test "x$enable_xkbcomp_symlink" == "xyes") +AM_CONDITIONAL(CREATE_XKBCOMP_SYMLINK, test "x$enable_xkbcomp_symlink" = "xyes") -AM_CONDITIONAL(USE_COMPAT_RULES, test "x$enable_compat_rules" == "xyes") +AM_CONDITIONAL(USE_COMPAT_RULES, test "x$enable_compat_rules" = "xyes") AC_PROG_INTLTOOL(0.30)