From: kramm <kramm>
Date: Sat, 8 May 2004 10:21:49 +0000 (+0000)
Subject: uses newer autoconf syntax now
X-Git-Tag: release-0-6-0~232
X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=7f3740a5cb7e78612d803299d52d0506cc6dd22b;p=swftools.git

uses newer autoconf syntax now
---

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"