Fix build on recent autotools
This commit is contained in:
Родитель
01d77e8b00
Коммит
51c1302571
|
@ -85,13 +85,16 @@ if test -z "$*"; then
|
|||
echo "to pass any to it, please specify them on the $0 command line."
|
||||
fi
|
||||
|
||||
$ACLOCAL $ACLOCAL_FLAGS
|
||||
|
||||
$LIBTOOLIZE --force --copy
|
||||
intltoolize --force --copy --automake
|
||||
|
||||
$ACLOCAL $ACLOCAL_FLAGS
|
||||
autoconf
|
||||
autoheader
|
||||
|
||||
$AUTOMAKE --add-missing
|
||||
autoconf
|
||||
|
||||
cd $THEDIR
|
||||
|
||||
$srcdir/configure "$@"
|
||||
|
|
|
@ -68,7 +68,7 @@ if test $rgba = "yes"; then
|
|||
AC_DEFINE_UNQUOTED(HAVE_RGBA, 1, [Defines whether to compile with rgba support])
|
||||
fi
|
||||
|
||||
AM_CONFIG_HEADER([src/config.h])
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
|
|
Загрузка…
Ссылка в новой задаче