summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-05-18 22:00:36 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-05-18 22:00:36 +0300
commit658f6393ffa12798c1cacfa3fa688247289e8544 (patch)
tree9ee90142d83e0efd07ca45dee3777ded198c9341 /autogen.sh
parenta043dadec3c3f97e5899cf7d81e8f0dea9a347de (diff)
downloadbdwgc-658f6393ffa12798c1cacfa3fa688247289e8544.tar.gz
Do not use PKG_CHECK_MODULES in configure
Issue #200 (bdwgc). Presence of libatomic_ops is now detected only by checking the installed headers, but libatomic_ops is no longer needed for most of the clients which have atomic intrinsics support by the compiler. * README.md (Installation and Portability): Remove information about "syntax error near unexpected token ATOMIC_OPS". * autogen.sh: Update comment removing pkg-config from the requirements. * configure.ac (PKG_CHECK_MODULES(ATOMIC_OPS)): Comment out; update the comment.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 8a614f91..c1500b2d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,8 +5,8 @@ set -e
# config.h.in, Makefile.in, etc.) missing in the source repository.
#
# 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
+# make sure that you have Autoconf, Automake and Libtool 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