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 _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf