Merge pull request #1223 from xaqq/build-script

Improve build script error checking.
This commit is contained in:
Pieter Hintjens 2014-10-21 22:32:18 +02:00
commit e9b9860752

View File

@ -49,6 +49,7 @@ AM_PROG_CC_C_O
AC_PROG_SED
AC_PROG_AWK
PKG_PROG_PKG_CONFIG
m4_pattern_forbid([^PKG_[A-Z_]+$], [missing some pkg-config macros (pkg-config package)])
# Libtool configuration for different targets. See acinclude.m4
AC_ARG_VAR([XMLTO], [Path to xmlto command])