From 7cb5aca864f2c65ffe2e4871385dc7dbbf762bde Mon Sep 17 00:00:00 2001 From: doligez Date: Tue, 21 Jan 2003 16:49:31 +0000 Subject: portabilite git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3565 85f007b7-540e-0410-9357-904b9bb8a0f7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 31a1a27110..f7db7c62d8 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 -- cgit v1.2.3