X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=84fb50d2b6272c748b8ffa90d4ac8dafad9545e1;hp=57059e62d568146eb81e1e90ee88e113e954eee5;hb=86b4050afbbe3e0c85370ba15186864cb1eec64f;hpb=22a7d59a995429a4419e9329d05d4d37030e3004 diff --git a/configure.in b/configure.in index 57059e6..84fb50d 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,6 @@ dnl Process this file with autoconf to produce a configure script. + +dnl AC_INIT(src/) # old autoconf AC_INIT AC_CONFIG_SRCDIR([src/]) @@ -14,7 +16,8 @@ AC_ARG_ENABLE(lame, [ --disable-lame don't compile any L.A.M.E. mp3 encoding code in], DISABLE_LAME=true) PACKAGE=swftools -VERSION=0.5.1 +VERSION=2004-05-18-1254 + WARNINGS="-Wparentheses -Wimplicit -Wreturn-type" @@ -255,6 +258,7 @@ fi AC_SUBST(JPEG2SWF) AC_SUBST(PNG2SWF) +dnl AC_OUTPUT(${FILES}) old autoconf AC_CONFIG_FILES([${FILES}]) AC_OUTPUT