aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar courant <courant@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-01-18 14:16:51 +0000
committerGravatar courant <courant@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-01-18 14:16:51 +0000
commita4c788c1492a85f7dcf2f61af218ce5d9a762e1a (patch)
treef25c6a5a8b7f4cd560a8e1207002708558571d64 /configure
parent5779806e1868057992d469da6397b920d3b87ba2 (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2405 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 4 insertions, 13 deletions
diff --git a/configure b/configure
index 26d3212db..e82539903 100755
--- a/configure
+++ b/configure
@@ -460,22 +460,13 @@ subdirs () {
(cd $1; find . -type d ! -name CVS ! -name . -exec $PRINTF "\"%s\";\n" {} \; >> $mlconfig_file)
}
-echo_e () {
- case "`uname -s`" in
- OSF1|SunOS )
- echo $*;;
- *)
- echo -e $*;;
- esac
-}
-
-echo_e "\nlet theories_dirs = [" >> $mlconfig_file
+echo "let theories_dirs = [" >> $mlconfig_file
subdirs theories
-echo_e "]\n" >> $mlconfig_file
+echo "]" >> $mlconfig_file
-echo_e "\nlet contrib_dirs = [" >> $mlconfig_file
+echo "let contrib_dirs = [" >> $mlconfig_file
subdirs contrib
-echo_e "]\n" >> $mlconfig_file
+echo "]" >> $mlconfig_file
if test "$CAMLOSTYPE" = "Win32" ; then
# We change: / -> \\ and \ -> \\ (dos paths)