You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by Kon Lovett <kl...@pacbell.net> on 2005/03/10 00:19:43 UTC

MacOS X support

Hi,

The src/serversocket.cpp include of sys/types.h is in the CVS. However 
the use of GNU libtoolize for MacOS X in autogen.sh is not.

-----
diff autogen.sh autogen.sh.darwin
4c4,9
< libtoolize --force --automake
---
 > case `uname` in
 >       (Darwin)        LIBTOOLIZE=glibtoolize  ;;
 >       (*)                    LIBTOOLIZE=libtoolize   ;;
 > esac
 >
 > $LIBTOOLIZE --force --automake


Re: MacOS X support

Posted by Jwahar Bammi <ba...@memento-inc.com>.
in CVS there is a seperate autogen.maxosc, but i like your solution better.

Kon Lovett wrote:

> Hi,
>
> The src/serversocket.cpp include of sys/types.h is in the CVS. However 
> the use of GNU libtoolize for MacOS X in autogen.sh is not.
>
> -----
> diff autogen.sh autogen.sh.darwin
> 4c4,9
> < libtoolize --force --automake
> ---
> > case `uname` in
> >       (Darwin)        LIBTOOLIZE=glibtoolize  ;;
> >       (*)                    LIBTOOLIZE=libtoolize   ;;
> > esac
> >
> > $LIBTOOLIZE --force --automake
>
>
>

-- 
Jwahar Bammi
bammi@memento-inc.com