Andreas Fink wrote: > > I've just commited the following to CVS: > > 2002-07-09 Andreas Fink <[EMAIL PROTECTED]> > * changed dlr.c and STATUS to not contain any ^M at end of line > Makefile.in and configure to properly deal with MacOS X (darvin) > panic replaced with gw_panic, done as a #define now (MacOS X > has panic already defined) > gwlib/gwthread-pthread.c: added empty pthread_sigmask() if its MacOS X. > added file README.MACOSX > > As this changes configure, I would like to see it still working on > other platforms (it really should but I cant test it on all of them). > If anyone faces unexpected problems doing "./configure", let me know.
works for me on Cygwin. But I disagree to hardcode platform specifics to the configure file itself. Please do changes in the macro configure.in that is processed by autoconf to generate configure. configure should never be tampered by hand and hence *only* generated by an autoconf run with configure.in as input. In this case the change in configure.in is almost the same, see ViewCVS. I just recoded this MacOSX libtool setting to be in configure.in instead of hardcoding to configure and commited to cvs :)) Stipe [EMAIL PROTECTED] ------------------------------------------------------------------- Wapme Systems AG Vogelsanger Weg 80 40470 D�sseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de ------------------------------------------------------------------- wapme.net - wherever you are
