diff options
| author | Glenn Morris | 2013-03-26 06:17:36 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-03-26 06:17:36 -0400 |
| commit | f46ba47d8b340125b17b2f13229079419f61a85e (patch) | |
| tree | 7d388886d0c767d210db46c76d576081455f21c7 | |
| parent | b88b62dec99cec327c6bae67ef4d3a8bc5b601ca (diff) | |
| download | emacs-f46ba47d8b340125b17b2f13229079419f61a85e.tar.gz emacs-f46ba47d8b340125b17b2f13229079419f61a85e.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/autogen/config.in b/autogen/config.in index dd10c1d0a2d..f68efed389a 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -1106,6 +1106,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1106 | /* Define to 1 if XIM is available */ | 1106 | /* Define to 1 if XIM is available */ |
| 1107 | #undef HAVE_XIM | 1107 | #undef HAVE_XIM |
| 1108 | 1108 | ||
| 1109 | /* Define to 1 if you have the Xkb extension. */ | ||
| 1110 | #undef HAVE_XKB | ||
| 1111 | |||
| 1109 | /* Define to 1 if you have the XkbGetKeyboard function. */ | 1112 | /* Define to 1 if you have the XkbGetKeyboard function. */ |
| 1110 | #undef HAVE_XKBGETKEYBOARD | 1113 | #undef HAVE_XKBGETKEYBOARD |
| 1111 | 1114 | ||
diff --git a/autogen/configure b/autogen/configure index 501d6678423..e519edaa39d 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -10636,6 +10636,9 @@ $as_echo "$emacs_xkb" >&6; } | |||
| 10636 | 10636 | ||
| 10637 | $as_echo "#define HAVE_XKBGETKEYBOARD 1" >>confdefs.h | 10637 | $as_echo "#define HAVE_XKBGETKEYBOARD 1" >>confdefs.h |
| 10638 | 10638 | ||
| 10639 | |||
| 10640 | $as_echo "#define HAVE_XKB 1" >>confdefs.h | ||
| 10641 | |||
| 10639 | fi | 10642 | fi |
| 10640 | 10643 | ||
| 10641 | for ac_func in XrmSetDatabase XScreenResourceString \ | 10644 | for ac_func in XrmSetDatabase XScreenResourceString \ |