From 5a16f12063d78a79d6ec5d6defb0d68f2829f8e8 Mon Sep 17 00:00:00 2001
From: kramm <kramm>
Date: Sun, 21 Jul 2002 17:39:35 +0000
Subject: [PATCH] the m4 functions in m4 are now more modular.

---
 configure.in |    6 +++---
 release.in   |    4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/configure.in b/configure.in
index d64c900..0f8e799 100644
--- a/configure.in
+++ b/configure.in
@@ -42,9 +42,9 @@ dnl Checks for libraries.
  MISSINGLIBS="${MISSINGLIBS} T1lib"
  )
 
-SWF_CHECK_BYTEORDER
+RFX_CHECK_BYTEORDER
 AC_SUBST(WORDS_BIGENDIAN)
-SWF_CHECK_SYSTEM_BACKTICKS
+RFX_CHECK_SYSTEM_BACKTICKS
 AC_SUBST(SYSTEM_BACKTICKS)
 
 AC_ARG_PROGRAM
@@ -99,7 +99,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
 
 dnl Checks for library functions.
  AC_CHECK_FUNCS(popen mkstemp stat lrand48 rand srand48 srand)
- SWF_CHECK_AVI2SWF
+ RFX_CHECK_AVI2SWF
 
 avi2swf="avi2swf/Makefile"
 if test "x${AVIFILE}" != "xtrue"; then
diff --git a/release.in b/release.in
index 1b4b3ba..f92e437 100644
--- a/release.in
+++ b/release.in
@@ -261,7 +261,9 @@ ${name}/swfs/simple_viewer.swf \
 ${name}/swfs/PreLoaderTemplate.swf \
 ${name}/swfs/swft_loader.swf \
 ${name}/swfs/tessel_loader.swf \
-${name}/m4/swf.m4
+${name}/m4/byteorder.m4 \
+${name}/m4/backticks.m4 \
+${name}/m4/avi2swf.m4
 gzip -9 ${name}.tar
 rm -f ${name}
 
-- 
1.7.10.4