* configure.ac: Remove doc/ from search path for Makefile.ams
authorMorgan Deters <mdeters@gmail.com>
Mon, 22 Feb 2010 20:33:00 +0000 (20:33 +0000)
committerMorgan Deters <mdeters@gmail.com>
Mon, 22 Feb 2010 20:33:00 +0000 (20:33 +0000)
commit7c143dc5d5a52664a3cecca5226df57269063162
tree4ac4c1af00a8d1c278ed5d59c8e16f3c7b4df5c3
parent09279d722aa6e62e86eb4b34583397db1093051e
* configure.ac: Remove doc/ from search path for Makefile.ams

* configure.ac, test/unit/Makefile.am: Resolved an issue where even
  when not testing, one unit test was built.

* Re-ran contrib/update-copyright.pl on all source files to ensure
  consistent and correct header comments.

* contrib/get-authors: Change definition of "minor contributor"
  to >= 10% of lines (rather than strictly greater than 10% of lines)
37 files changed:
configure.ac
contrib/get-authors
src/context/context.h
src/expr/attribute.h
src/expr/expr.cpp
src/expr/expr.h
src/expr/expr_manager.cpp
src/expr/expr_manager.h
src/expr/node.cpp
src/expr/node_manager.cpp
src/expr/node_manager.h
src/expr/soft_node.h
src/expr/type.cpp
src/expr/type.h
src/main/getopt.cpp
src/main/main.cpp
src/main/usage.h
src/parser/antlr_parser.cpp
src/parser/cvc/cvc_parser.g
src/parser/parser.cpp
src/parser/parser.h
src/parser/symbol_table.h
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/prop/sat.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/theory.h
src/theory/uf/ecdata.cpp
src/theory/uf/ecdata.h
src/theory/uf/theory_uf.cpp
src/theory/uf/theory_uf.h
src/util/configuration.h
src/util/options.h
src/util/output.h
test/unit/Makefile.am
test/unit/parser/parser_black.h