Update to xmodmap 1.0.7

This commit is contained in:
matthieu
2012-05-15 06:05:48 +00:00
parent 4e4df9aa35
commit 4f06515ad9
4 changed files with 1185 additions and 879 deletions

View File

@@ -1,3 +1,34 @@
commit f857804dd904c69de447f4117220db149d9239ec
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Fri Apr 20 14:09:31 2012 -0700
xmodmap 1.0.7
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 5d24213a01231345848d378cb55186fbe7996504
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat Apr 14 14:37:55 2012 -0700
Add AC_USE_SYSTEM_EXTENSIONS to expose asprintf() in GNU libc headers
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=48696
Reported-by: Dominique Leuenberger
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
commit 1aebb2e8b358c26b36ca4a9c063180479ee38557
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sat Apr 14 14:34:39 2012 -0700
config: Add missing AC_CONFIG_SRCDIR
Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit b355a23e6787f348db97faaa48085428277c659b
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Thu Mar 22 23:04:32 2012 -0700

View File

@@ -65,3 +65,35 @@
/* Version number of package */
#undef VERSION
/* Define to 1 if on MINIX. */
#undef _MINIX
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
#undef _POSIX_1_SOURCE
/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif

1990
app/xmodmap/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -21,11 +21,18 @@ dnl PERFORMANCE OF THIS SOFTWARE.
dnl
dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xmodmap],
[1.0.6],
[1.0.7],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xmodmap])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Needed for asprintf on GNU libc
AC_USE_SYSTEM_EXTENSIONS
# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
@@ -35,8 +42,6 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
AC_CONFIG_HEADERS([config.h])
AC_CHECK_FUNCS([strncasecmp asprintf])
# Checks for pkg-config packages