summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2011-04-26 01:00:11 +0900
committerArnaud Fontaine <arnau@debian.org>2011-04-26 01:00:11 +0900
commit8c6d2b1bdbc9c8c25ca7dc3f0f4cf0816c46564f (patch)
tree6a7eaeccb86e1698ffece2cff32d27b58b1cc468
parentff28ebec5fa57927b059f475759a72265e5691ea (diff)
downloadutil-keysyms-8c6d2b1bdbc9c8c25ca7dc3f0f4cf0816c46564f.tar.gz
Fix package name
Signed-off-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b164775..13564f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59c)
-AC_INIT([xcb-util],0.3.8,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-keysyms],0.3.8,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])