uses newer autoconf syntax now
authorkramm <kramm>
Sat, 8 May 2004 10:21:49 +0000 (10:21 +0000)
committerkramm <kramm>
Sat, 8 May 2004 10:21:49 +0000 (10:21 +0000)
configure.in

index 6975ba1..57059e6 100644 (file)
@@ -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"