openbsd-ports/math/coq/patches/patch-configure
naddy 6cfb0e81a0 Update to 7.3.1 and unbreak.
From: Yozo Toda <yozo@v007.vaio.ne.jp>
2002-11-04 21:10:44 +00:00

12 lines
511 B
Plaintext

--- configure.orig Thu Oct 3 14:46:22 2002
+++ configure Mon Nov 4 13:12:09 2002
@@ -402,7 +402,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 ! -path "*extraction/test*" ! -name . -exec $PRINTF "\"%s\";\n" {} \; >> $mlconfig_file)
}
echo "let theories_dirs = [" >> $mlconfig_file