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 583311 - use test ! -d in autogen.sh
use test ! -d in autogen.sh
Status: RESOLVED FIXED
Product: mousetweaks
Classification: Core
Component: general
2.27.x
Other Solaris
: Normal minor
: ---
Assigned To: mousetweaks-maint
mousetweaks-maint
Depends on:
Blocks:
 
 
Reported: 2009-05-20 09:08 UTC by James Andrewartha
Modified: 2009-05-26 21:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description James Andrewartha 2009-05-20 09:08:01 UTC
Solaris /bin/sh doesn't understand test -e so autogen.sh fails. Since m4 is a directory, the line should be:
if test ! -d $srcdir/m4; then
Comment 1 Gerd Kohlberger 2009-05-26 21:13:48 UTC
Fixed in master and gnome-2-26. Thanks James.