GNOME Bugzilla – Bug 583311
use test ! -d in autogen.sh
Last modified: 2009-05-26 21:13:48 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
Fixed in master and gnome-2-26. Thanks James.