autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Infos for Unix/Windows portable library making?


From: Ralf Wildenhues
Subject: Re: Infos for Unix/Windows portable library making?
Date: Sun, 2 May 2010 09:29:37 +0200
User-agent: Mutt/1.5.20 (2009-10-28)

Hello Jason,

* Jason Curl wrote on Thu, Apr 29, 2010 at 09:01:45PM CEST:
> On 25/04/2010 12:39, Ralf Wildenhues wrote:
> >cat>configure.ac<<\END
> >AC_INIT([my-package], [1.0], [my-email-address])
> >AC_CONFIG_AUX_DIR([build-aux])
> >AC_CONFIG_MACRO_DIR([m4])
> >AM_INIT_AUTOMAKE([foreign])
> >LT_INIT([win32-dll])
> Does this affect the fact that I might also be targeting Unix like
> systems, as well as WinSDK?

Not sure what exactly you mean with this question, but yes, if you
target w32, you should use the win32-dll option.  This option will
not hamper the ability of your package to work on unix-like systems.

> >AC_PROG_CC
> >AC_CONFIG_FILES([Makefile])
> >AC_OUTPUT
> >END

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]