summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Use ax_pthread.m4 from autoconf-archive instead of acx_pthread.m4Enji Cooper2019-08-181-0/+486
| | | | | | | | ax_pthread.m4 is a more defacto standard copy for testing out pthread support than the acx_pthread.m4 m4 file from avahi. It should be used instead. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
* Look for m4 files under m4/ automaticallyEnji Cooper2019-08-181-363/+0
| | | | | | | This change allows one to run `autoreconf -is` (and the longform equivalents) without having to specify `-I m4` in the invocation. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
* Update acx_pthread to the latest version we use internally. This isCraig Silverstein2008-05-141-104/+114
| | | | | | | | | | | | | like the one on the cryp.to autoconf repository website, but with the avahi patches added in to deal with some compiler quirks. However, these patches have been rewritten internally within google to make them more robust. In particular, the new code now works with cygwin, which it previously didn't (resulting in the spurious error: "Unable to determine how to use pthreads with shared libraries"). Tested by running configure on cygwin. Reviewed by klarlund@google.com and fergus@google.com
* The first step of moving everything in the distcc directory to the topCraig Silverstein2008-04-112-0/+520
level. I'm doing this in two stages, because I don't understand svn enough to be confident to do it in one. This first stage just copies all the files from distcc/FOO to FOO. Now there are two copies of each file under distcc; the Makefile/etc uses the one in distcc and ignores the one at the top level. The next commit will delete everything under distcc, and rewrite the Makefile/etc to use the top-level versions instead.