summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2007-01-29 12:52:27 +0100
committerMatthias Hopf <mhopf@suse.de>2007-01-29 12:52:27 +0100
commitaf537f0acbc1bf9db54c10df24246a84bf092277 (patch)
tree7337decabb1a5682488303e1e322d2f94eb3ac53 /configure.ac
parent2d7f5a205743698b729be7ad28c116046cbccb73 (diff)
Autogen ChangeLog. Unset XMODIFIERS in mkcomposecache. Log if XOpenIM() fails. mkallcomposecache.sh is more verbose now on Xvfb errors. Including old and new font paths in default.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 158e2ab..d93d690 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,9 @@
# -*- Autoconf -*-
AC_PREREQ(2.53)
-AC_INIT([mkcomposecache], [1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([mkcomposecache], [1.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AC_CONFIG_SRCDIR([mkcomposecache.c])
+AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
@@ -15,6 +16,7 @@ PKG_CHECK_MODULES(XLIB, x11)
AC_CHECK_HEADERS([stdio.h stdlib.h string.h unistd.h locale.h], , [AC_MSG_FAILURE("cannot find essential header")])
AC_CHECK_FUNCS([setlocale], , [AC_MSG_FAILURE("cannot find essential function")])
+AC_CHECK_FUNCS([unsetenv])
AC_SUBST(XLIB_CFLAGS)