mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-13 13:17:36 +03:00
Fixed configure.in, very broken, Daniel
This commit is contained in:
parent
e8282edd45
commit
57fda59b6d
@ -1,3 +1,7 @@
|
|||||||
|
Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||||
|
|
||||||
|
* configure.in: fixed, very broken, make distcheck works again
|
||||||
|
|
||||||
Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||||
|
|
||||||
* More work toward 2.2.5, integrated a number of patches
|
* More work toward 2.2.5, integrated a number of patches
|
||||||
|
14
configure.in
14
configure.in
@ -299,9 +299,12 @@ dnl create the libxml and include links needed to get dependencies right
|
|||||||
dnl
|
dnl
|
||||||
if test ! -d $srcdir/include/libxml
|
if test ! -d $srcdir/include/libxml
|
||||||
then
|
then
|
||||||
rm -rf $srcdir/include
|
if [ ! -d $srcdir/include ]
|
||||||
|
then
|
||||||
|
rm -f $srcdir/include
|
||||||
|
mkdir $srcdir/include
|
||||||
|
fi
|
||||||
rm -f $srcdir/libxml
|
rm -f $srcdir/libxml
|
||||||
mkdir $srcdir/include
|
|
||||||
(cd $srcdir/include ; ln -s .. libxml)
|
(cd $srcdir/include ; ln -s .. libxml)
|
||||||
fi
|
fi
|
||||||
if test ! -e $srcdir/libxml
|
if test ! -e $srcdir/libxml
|
||||||
@ -310,8 +313,11 @@ then
|
|||||||
fi
|
fi
|
||||||
if test ! -e include/libxml
|
if test ! -e include/libxml
|
||||||
then
|
then
|
||||||
rm -rf include
|
if [ ! -d include ]
|
||||||
mkdir include
|
then
|
||||||
|
rm -f include
|
||||||
|
mkdir include
|
||||||
|
fi
|
||||||
(cd include ; ln -s ../libxml libxml)
|
(cd include ; ln -s ../libxml libxml)
|
||||||
fi
|
fi
|
||||||
if test ! -e libxml
|
if test ! -e libxml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user