From c6da60e9c5907244e6d28dde06f4c76ac6ac127d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 21 Aug 2012 22:09:50 +0400 Subject: [PATCH] Add note about 'pkg-config' solving problem with autoconf 2.68 or older (Cygwin/MinGW, OS X) * autogen.sh: Add comment about 'pkg-config'. * TODO: Remove note about 'autoreconf' failure. --- TODO | 3 --- autogen.sh | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index fbf56509..ec0fabf6 100644 --- a/TODO +++ b/TODO @@ -39,9 +39,6 @@ libc.so.1: gctest: fatal: libgcc_s.so.1: open failed: No such file or directory Solaris/x86[_64]: gctest fails if PROC_VDB. -Cygwin: autoreconf fails: possibly undefined macro: AC_MSG_ERROR, AS_IF -at configure.ac:59 and configure.ac:694, respectively (autoreconf-2.68). - Darwin/x86_64: deadlock might occur between: dlclose() -> GC_dyld_image_remove() -> GC_lock() and GC_inner_start_routine()+LOCK -> dyld_stub_binder_(). diff --git a/autogen.sh b/autogen.sh index 98b91da9..42dc8c3a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,6 +4,9 @@ set -e # This script creates (or regenerates) configure (as well as aclocal.m4, # config.h.in, Makefile.in, etc.) missing in the source repository. +# Note: in case of problems (e.g., in cygwin/mingw or OS X), please make +# sure 'pkg-config' is installed on your host. + autoreconf -i echo -- 2.40.0