summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPetter Urkedal <paurkedal@gmail.com>2012-08-21 23:08:08 +0200
committerPetter Urkedal <paurkedal@gmail.com>2012-08-21 23:08:08 +0200
commit7fdcd363e14919a211035bd99b34baa8662d2377 (patch)
tree11327c03a3be6008768b9cd2e79911e9393a9af1 /autogen.sh
parent117f5f28de24f2c16f47e81e0eac75cac9421e87 (diff)
downloadbdwgc-7fdcd363e14919a211035bd99b34baa8662d2377.tar.gz
Elaborate comment on dependencies in autogen.sh.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh11
1 files changed, 8 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 42dc8c3a..8a614f91 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,9 +3,14 @@ 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.
+#
+# If you compile from a distribution tarball, you can skip this. Otherwise,
+# make sure that you have Autoconf, Automake, Libtool, and pkg-config
+# installed on your system, and that the corresponding *.m4 files are visible
+# to the aclocal. The latter can be achieved by using packages shipped by
+# your OS, or by installing custom versions of all four packages to the same
+# prefix. Otherwise, you may need to invoke autoreconf with the appropriate
+# -I options to locate the required *.m4 files.
autoreconf -i