summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-08-21 22:09:50 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-08-21 22:09:50 +0400
commitc6da60e9c5907244e6d28dde06f4c76ac6ac127d (patch)
tree5e7b3c11caee5018d2bfa1c855c083d9f1895b58 /autogen.sh
parent798e5fa71391800b89dee216c3fd7017c1f354e6 (diff)
downloadbdwgc-c6da60e9c5907244e6d28dde06f4c76ac6ac127d.tar.gz
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
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