aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-07-24 12:47:14 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-07-24 12:47:14 +0000
commitbfac670c83aae51471696b57bf58d86a425ca2f0 (patch)
tree0e696b82c31e89d201edbf7839383b75f7cfc5c0 /configure
parent2c1fd9ac85aafb82fc9998c7d2fc72ffbb73e73d (diff)
suppression des ./ dans les noms des librairies
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2912 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a960aa446..3d061917c 100755
--- a/configure
+++ b/configure
@@ -457,7 +457,7 @@ PRINTF=`which printf`
# Subdirectories of theories/ added in coq_config.ml
subdirs () {
- (cd $1; find . -type d ! -name CVS ! -regex ".*extraction/test.*" ! -name . -exec $PRINTF "\"%s\";\n" {} \; >> $mlconfig_file)
+ (cd $1; find * -type d ! -name CVS ! -regex ".*extraction/test.*" -exec $PRINTF "\"%s\";\n" {} \; >> $mlconfig_file)
}
echo "let theories_dirs = [" >> $mlconfig_file