Upgrade some of the configure and autogen

Based on Roumen Petrov suggestions
This commit is contained in:
Daniel Veillard 2010-03-09 11:32:46 +01:00
parent e4d1849cd8
commit 3157e51508
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include . doc example xstc @PYTHON_SUBDIR@
DIST_SUBDIRS = include . doc example python xstc

View File

@ -48,7 +48,7 @@ fi
libtoolize --copy --force
aclocal $ACLOCAL_FLAGS
automake --add-missing
automake --force-missing --add-missing --copy --foreign
autoconf
cd $THEDIR

View File

@ -1,6 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(entities.c)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
LIBXML_MAJOR_VERSION=2