mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Upgrade some of the configure and autogen
Based on Roumen Petrov suggestions
This commit is contained in:
parent
e4d1849cd8
commit
3157e51508
@ -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
|
||||
|
@ -48,7 +48,7 @@ fi
|
||||
|
||||
libtoolize --copy --force
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
automake --add-missing
|
||||
automake --force-missing --add-missing --copy --foreign
|
||||
autoconf
|
||||
|
||||
cd $THEDIR
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user