summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-11-11 23:05:33 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-11-11 23:21:36 +0100
commitd84da95f69562c4801fa16b5fb797d28841c2ab1 (patch)
tree5d49e947455b4f38dd4bd5b79a979f36aab3521d
parentb86fc752727a82547b4a06959658f9e5dfa886a9 (diff)
downloadxorg-lib-libxkbcommon-d84da95f69562c4801fa16b5fb797d28841c2ab1.tar.gz
build: run autoupdate
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7669027..56fb27b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl PERFORMANCE OF THIS SOFTWARE.
dnl
dnl Process this file with autoconf to create configure.
-AC_PREREQ([2.57])
+AC_PREREQ([2.65])
AC_INIT([libxkbcommon], [0.1.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
@@ -86,7 +86,7 @@ AC_SUBST([XF86KEYSYM_H])
AC_SUBST([KS_HEADERS], ['$(KEYSYMDEF_H) $(XF86KEYSYM_H)'])
AC_ARG_WITH([xkb_config_root],
- [AC_HELP_STRING([--with-xkb-config-root=<paths>],
+ [AS_HELP_STRING([--with-xkb-config-root=<paths>],
[Set default XKB config root (default: ${datadir}/X11/xkb)])],
[XKBCONFIGROOT="$withval"],
[XKBCONFIGROOT='${datadir}/X11/xkb'])
@@ -95,7 +95,7 @@ AC_SUBST([XKBCONFIGROOT])
XORG_RELEASE_VERSION
XORG_CHANGELOG
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
xkbcommon.pc
include/Makefile
@@ -104,3 +104,4 @@ src/makekeys/Makefile
src/xkbcomp/Makefile
test/Makefile
])
+AC_OUTPUT