Re: [cssed-devel] cssed: Added subitems to help menu
Brought to you by:
iagorubio
From: Iago R. <iag...@hi...> - 2004-09-20 09:57:47
|
On Mon, 2004-09-20 at 09:36, Michèle Garoche wrote: [ßnip] > > I'm still waiting for you to upload it to CVS :) > OK, in a few minutes. Small changes commited to define DARWIN and WITH_HELP_MENUS at configure time. I've just added those lines to configure.in dnl Define WITH_HELP_MENUS at CFLAGS if requested. dnl If it's requested but headers are not found dnl it will not reach here. dnl ==================================== if test "$use_helpmenus" = yes; then PACKAGE_CFLAGS="$PACKAGE_CFLAGS -DWITH_HELP_MENUS" fi dnl Define DARWIN at CFLAGS if it's OsX dnl ==================================== if test "x$OSTYPE" = "xDARWIN";then PACKAGE_CFLAGS="$PACKAGE_CFLAGS -DDARWIN" fi Changes commited, patch attached. Please test the -DDARWIN stuff. -- Iago Rubio - Home page * http://www.iagorubio.com - Last project * http://cssed.sourceforge.net - GPG Keyserv * pgp.rediris.es id=0x909BD4DD |