aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar doligez <doligez@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-01-21 16:49:31 +0000
committerGravatar doligez <doligez@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-01-21 16:49:31 +0000
commit7cb5aca864f2c65ffe2e4871385dc7dbbf762bde (patch)
tree02a3c429b9626d04c8dd2fad25d5e9852b4f45dd /configure
parent37e7da6a31dc353db67ec18938df89b07ff9e17f (diff)
portabilite
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3565 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 31a1a2711..f7db7c62d 100755
--- a/configure
+++ b/configure
@@ -434,7 +434,7 @@ PRINTF=`which printf`
# Subdirectories of theories/ added in coq_config.ml
subdirs () {
- (cd $1; find * -type d ! -name CVS ! -regex ".*extraction/test.*" -exec $PRINTF "\"%s\";\n" {} \; >> $mlconfig_file)
+ (cd $1; find * -type d ! -name CVS -exec $PRINTF "\"%s\";\n" {} \; | grep -v extraction/test >> $mlconfig_file)
}
echo "let theories_dirs = [" >> $mlconfig_file