Re: [xml] minor shell error in configure
- From: Daniel Veillard <veillard redhat com>
- To: stan boehm philips com
- Cc: xml gnome org
- Subject: Re: [xml] minor shell error in configure
- Date: Tue, 8 May 2001 03:31:54 -0400
On Mon, May 07, 2001 at 08:14:51PM -0500, stan boehm philips com wrote:
If anyone is interested, I believe that at or about line 3845 of
configure, it should read:
if [ "${NEED_TRIO}" = "1" ] ; then
or
if test "${NEED_TRIO" = "]" ; then
instead of
if "$NEED_TRIO" = "1" ; then
This small error really messed up my build. I went looking
for the trio stuff, only to later find that it is now included as
part of xmllib2-2.3.8 tar ball.
Okay I think I found it,
in configure.in substitute
AM_CONDITIONAL(WITH_TRIO_SOURCES, "${NEED_TRIO}" = "1")
by
AM_CONDITIONAL(WITH_TRIO_SOURCES, test "${NEED_TRIO}" = "1")
the generated configure script seems clean now:
orchis:~/XML -> grep NEED_TRIO configure
NEED_TRIO=1
if test "${NEED_TRIO}" = "1" ; then
if test "${NEED_TRIO}" = "1"; then
orchis:~/XML ->
commited in CVS,
thanks for the report,
Daniel
--
Daniel Veillard | Red Hat Network http://redhat.com/products/network/
veillard redhat com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]