Dave Peticolas <[EMAIL PROTECTED]> writes:

> Even just warning the user I think is good enough here.  If they
> insist on building, it will fail and the error messages will give
> some indication why.

For extra brownie points, make it so that the top-level makefile's
"make gnome" target prints an error message if this test fails.  That
way, "make motif" will still work, but "make gnome" won't.  Perhaps
something like this in ./Makefile.in:

  gnome:
        @GNOME_BUILD_COMMANDS@

Where this might, when all the gnome stuff wasn't available, expand
to:

  gnome:
         echo "Can't build gnome version.  See ./configure output for details."

-- 
Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to