X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=84fb50d2b6272c748b8ffa90d4ac8dafad9545e1;hb=ccc2a5c327d411867dd76b800c42ba818a26dfc9;hp=6975ba1a915ca0c652e5834ce57db3344362520e;hpb=cd391a41668aa2ee499ca62911ed8ea7859bdcc6;p=swftools.git diff --git a/configure.in b/configure.in index 6975ba1..84fb50d 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,8 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(src/) + +dnl AC_INIT(src/) # old autoconf +AC_INIT +AC_CONFIG_SRCDIR([src/]) AC_ARG_ENABLE(checkmem, [ --enable-checkmem turn on ccmalloc debugging], CHECKMEM=true) @@ -13,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" @@ -254,7 +258,9 @@ fi AC_SUBST(JPEG2SWF) AC_SUBST(PNG2SWF) -AC_OUTPUT(${FILES}) +dnl AC_OUTPUT(${FILES}) old autoconf +AC_CONFIG_FILES([${FILES}]) +AC_OUTPUT if test "x${srcdir}" != "x."; then echo "Warning: --srcdir is not supported"