зеркало из
1
0
Форкнуть 0
This commit is contained in:
Michael Hutchinson 2013-06-27 19:40:32 -04:00
Родитель 01d77e8b00
Коммит 51c1302571
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -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