X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=bec8aa17e37f603c32f0f5bafdea0168aa9c4f4f;hb=577e282e21131c72d58c7fad098a50beacdf5daa;hp=492a6bba9c5ff2d9a88627134d65da36fa2f1e55;hpb=ccc5f82c2bb8e14ff3941d862e0e5a6feb722201;p=swftools.git diff --git a/configure.in b/configure.in index 492a6bb..bec8aa1 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_ARG_ENABLE(lame, [ --disable-lame don't compile any L.A.M.E. mp3 encoding code in], DISABLE_LAME=true) PACKAGE=swftools -VERSION=2004-11-13-2026 +VERSION=2004-11-23-2234 # ------------------------------------------------------------------ @@ -107,11 +107,16 @@ fi dnl Checks for system services OBJEXT="o" - AC_EXEEXT +AREXT=".a" + +AC_EXEEXT + if test "x$EXEEXT" = "x.exe";then OBJEXT="obj" + AREXT=".lib" fi AC_SUBST(OBJEXT) +AC_SUBST(AREXT) RFX_CHECK_MING @@ -148,6 +153,10 @@ if test "$prefix" != "NONE" -a "$prefix" != "/usr/local" -a "$prefix" != "/usr/l # TODO- test whether gcc still works after this fi +#Mac OS: +#LDFLAGS "-L/sw/lib" ; CPPFLAGS "-I/sw/include -I/sw/include/lame" + + # this must be done after (I believe) AC_PROG_MAKE_SET if test "x$DEBUG" '!=' "x";then STRIP="@echo debug enabled, not stripping "