Browse Source

Update all of the autoconf files.

acx_pthread.m4 was added to detect pthreads.

make test/check now work.
Brian Aker 12 years ago
parent
commit
50dfa685ca
2 changed files with 3 additions and 0 deletions
  1. 0 0
      configure.ac
  2. 3 0
      m4/require_canonical.m4

+ 0 - 0
configure.in → configure.ac


+ 3 - 0
m4/require_canonical.m4

@@ -0,0 +1,3 @@
+AC_DEFUN([REQUIRE_CANONICAL], [
+    AC_REQUIRE(AC_CANONICAL_HOST)_LT_SET_OPTION([LT_INIT],[win32-dll])
+])dnl REQUIRE_CANONICAL