diff options
author | neoraider <devnull@localhost> | 2007-06-15 22:52:01 +0200 |
---|---|---|
committer | neoraider <devnull@localhost> | 2007-06-15 22:52:01 +0200 |
commit | e3085adf83eaedabfee5ce6af2f6e34443e1eaca (patch) | |
tree | 1da8e8863322834541d86bfbeaa2b890727c0d27 /configure | |
parent | 8c91dab105029a31dc79e635f70b292783f9cc07 (diff) | |
download | zoom-e3085adf83eaedabfee5ce6af2f6e34443e1eaca.tar zoom-e3085adf83eaedabfee5ce6af2f6e34443e1eaca.zip |
zoom: Fixed some Makefile bugs.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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;} |