fix distributed builds (and therefore the Debian nightly build) by ignoring Makefile...
authorMorgan Deters <mdeters@gmail.com>
Fri, 6 Apr 2012 20:44:12 +0000 (20:44 +0000)
committerMorgan Deters <mdeters@gmail.com>
Fri, 6 Apr 2012 20:44:12 +0000 (20:44 +0000)
configure.ac

index b4471a0feb1ee94965142b97eebe9fbce4087401..47df960d5f4858a23a8c3406d6ab943692450467 100644 (file)
@@ -1061,7 +1061,7 @@ AC_SUBST(MAN_DATE)
 AC_CONFIG_FILES([
   Makefile.builds
   Makefile]
-  m4_esyscmd([find contrib src test examples -name Makefile.am | grep -v '^contrib/theoryskel/' | sort | sed 's,\.am$,,'])
+  m4_esyscmd([find contrib src test examples -name Makefile.am | grep -v '^contrib/theoryskel/' | grep -v '^src/prop/cryptominisat/' | sort | sed 's,\.am$,,'])
 )
 
 if test $cvc4_has_threads = yes; then