From 70e1442b15b2be6cc7541c5848692e799769f717 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 5 Sep 2004 15:59:05 +0000 Subject: [PATCH] Generated from configure.in --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 6466a60..ea50ce7 100755 --- a/configure +++ b/configure @@ -11630,7 +11630,8 @@ fi # ------------------------------------------------------------------ -FILES="./release Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythonrfxswf} ${lame_makefile}" +if test -f "release.in"; then release_in="./release"; fi +FILES="$release_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythonrfxswf} ${lame_makefile}" ac_config_files="$ac_config_files ${FILES}" -- 1.7.10.4