Hello :) I modified SUNWgnome-games.spec to add some which craft (silly joke, I know). Serious, configure checks for xgettext and checks for GNU-ness by doing an $XGETTEXT --version. This will fail when $XGETTEXT is set to /usr/bin/xgettext.
Since we ship xgettext as part of CBE , let's use it :) When people read docu, they'll be happy. In case people do not read the documentation and don't source env.sh the /usr/bin/xgettext will be used, and SUNWgnome-games will fail. If no objections I'll proceedwith the commit. --- SUNWgnome-games.spec (revision 12821) +++ SUNWgnome-games.spec (working copy) @@ -79,6 +79,7 @@ export PATH="$PATH:"`dirname $CXX` export CXX=`basename $CXX` export ACLOCAL_FLAGS="-I /usr/share/aclocal" +export XGETTEXT=`which xgettext` %libggz.build -d %name-%version %ggz_client_libs.build -d %name-%version -- Patrick
