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