integrate meld.

This commit is contained in:
Vitor Santos Costa
2010-11-01 22:20:58 +00:00
parent 216c1b85f3
commit 89ef9ac1e4
4 changed files with 9 additions and 2 deletions

4
configure vendored
View File

@@ -9585,6 +9585,7 @@ mkdir -p packages/jpl/src/java/jpl/fli
mkdir -p packages/jpl/src/java/jpl/test
mkdir -p packages/jpl/examples
mkdir -p packages/jpl/examples/java
mkdir -p packages/meld
mkdir -p packages/tai
mkdir -p packages/tai/libtai
mkdir -p packages/PLStream
@@ -9642,6 +9643,8 @@ ac_config_files="$ac_config_files packages/cplint/approx/simplecuddLPADs/Makefil
ac_config_files="$ac_config_files packages/http/Makefile"
ac_config_files="$ac_config_files packages/meld/Makefile"
ac_config_files="$ac_config_files packages/tai/Makefile"
ac_config_files="$ac_config_files packages/tai/libtai/Makefile"
@@ -10415,6 +10418,7 @@ do
"packages/cplint/Makefile") CONFIG_FILES="$CONFIG_FILES packages/cplint/Makefile" ;;
"packages/cplint/approx/simplecuddLPADs/Makefile") CONFIG_FILES="$CONFIG_FILES packages/cplint/approx/simplecuddLPADs/Makefile" ;;
"packages/http/Makefile") CONFIG_FILES="$CONFIG_FILES packages/http/Makefile" ;;
"packages/meld/Makefile") CONFIG_FILES="$CONFIG_FILES packages/meld/Makefile" ;;
"packages/tai/Makefile") CONFIG_FILES="$CONFIG_FILES packages/tai/Makefile" ;;
"packages/tai/libtai/Makefile") CONFIG_FILES="$CONFIG_FILES packages/tai/libtai/Makefile" ;;
"packages/PLStream/Makefile") CONFIG_FILES="$CONFIG_FILES packages/PLStream/Makefile" ;;