summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-06-15 22:52:01 +0200
committerneoraider <devnull@localhost>2007-06-15 22:52:01 +0200
commite3085adf83eaedabfee5ce6af2f6e34443e1eaca (patch)
tree1da8e8863322834541d86bfbeaa2b890727c0d27 /configure
parent8c91dab105029a31dc79e635f70b292783f9cc07 (diff)
downloadzoom-e3085adf83eaedabfee5ce6af2f6e34443e1eaca.tar
zoom-e3085adf83eaedabfee5ce6af2f6e34443e1eaca.zip
zoom: Fixed some Makefile bugs.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 9dc2da0..f445935 100755
--- a/configure
+++ b/configure
@@ -3787,6 +3787,8 @@ done
ac_config_files="$ac_config_files Makefile"
+ac_config_files="$ac_config_files zoom"
+
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@@ -4374,6 +4376,7 @@ do
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+ "zoom") CONFIG_FILES="$CONFIG_FILES zoom" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}