After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 67922 - Broken configure script
Broken configure script
Status: VERIFIED FIXED
Product: libxslt
Classification: Platform
Component: general
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2002-01-03 16:13 UTC by rsaran
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description rsaran 2002-01-03 16:13:14 UTC
Solaris 8 does not provide an "-e" option with /bin/sh "test" command. The
"configure" script aborts due to it.

>
> test: argument expected
>

I changed it to "test -d" and the script run fine.
Comment 1 Daniel Veillard 2002-01-13 15:47:34 UTC
Since I can't find any test -e in the configure.in script
from my version, I assume this is fixed in CVS. If not provide 
more context to locate the problem.

  thanks,

Daniel
Comment 2 Daniel Veillard 2002-01-15 18:34:28 UTC
should be fixed in 1.0.10 now,

 thanks,

Daniel