summaryrefslogtreecommitdiff
path: root/Build/source/libs/pixman/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/pixman/configure.ac')
-rw-r--r--Build/source/libs/pixman/configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/libs/pixman/configure.ac b/Build/source/libs/pixman/configure.ac
index 1bae1710181..0df25e36d8d 100644
--- a/Build/source/libs/pixman/configure.ac
+++ b/Build/source/libs/pixman/configure.ac
@@ -13,8 +13,7 @@ AC_CONFIG_SRCDIR([pixman-]pixman_version[/pixman/pixman.h])
AC_CONFIG_AUX_DIR([../../build-aux])
AC_CONFIG_MACRO_DIR([../../m4])
-AM_INIT_AUTOMAKE([foreign])
-AM_MAINTAINER_MODE
+KPSE_BASIC([pixman])
KPSE_LIB_VERSION([pixman])[]dnl
AC_SUBST([PIXMAN_VERSION_MAJOR], [pixman_major])[]dnl
@@ -32,8 +31,6 @@ AC_CHECK_FUNCS([getisax])
AC_C_BIGENDIAN
AC_C_INLINE
-KPSE_COMPILER_WARNINGS
-
AC_CONFIG_HEADERS([config.h])
AM_CONDITIONAL([build], [test "x$enable_build" != xno])