Move YAZ tests before Boost thread tests so we set some options
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 26 Feb 2007 13:31:00 +0000 (13:31 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 26 Feb 2007 13:31:00 +0000 (13:31 +0000)
commitf2cd22a0392a33d93f03a69f7f7687afd804b3de
tree7cb2a27a3b1a92e0a2549fc7cc2d4848ee26eece
parente7705fe5fe67a47cd183f9e7fd445c80b61a074c
Move YAZ tests before Boost thread tests so we set some options
right WRT threading. Use AC_LANG(C) instead of AC_LANG(C++) so that
tests by default are in C mode . If not, checks such as
AC_CHECK_LIB($ax_lib, main) fails on Sun Studio C which complains
about retursive calls to main.
ax_boost_base.m4 [deleted file]
ax_boost_date_time.m4 [deleted file]
ax_boost_filesystem.m4 [deleted file]
ax_boost_iostreams.m4 [deleted file]
ax_boost_program_options.m4 [deleted file]
ax_boost_python.m4 [deleted file]
ax_boost_regex.m4 [deleted file]
ax_boost_serialization.m4 [deleted file]
ax_boost_signals.m4 [deleted file]
ax_boost_thread.m4 [deleted file]
ax_boost_unit_test_framework.m4 [deleted file]