Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2002-11-06 06:28:33 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2002-11-06 06:28:33 +0300
commit104ff83c76e87e14a877387ea0c6e992c738a589 (patch)
tree5d24ab94db5760211494edcb9643448ad826cb56 /autogen.sh
parent4a2a296c9f56fadba0df4fcc108a6ed3f52e7b82 (diff)
removed echoes
svn path=/trunk/mono/; revision=8848
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 8d89d7f7b82..837932c6113 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,13 +12,10 @@ if [ -n "$MONO_PATH" ]; then
# to -> /mono /another/mono
for i in `echo ${MONO_PATH} | tr ":" " "`; do
i=`dirname ${i}`
- echo "i es $i"
if [ -n "{i}" -a -d "${i}/share/aclocal" ]; then
- echo "aņado $i/share/local"
ACLOCAL_FLAGS="-I ${i}/share/aclocal $ACLOCAL_FLAGS"
fi
if [ -n "{i}" -a -d "${i}/bin" ]; then
- echo "aņado $i/bin"
PATH="${i}/bin:$PATH"
fi
done