summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Do not use PKG_CHECK_MODULES in configureIvan Maidanski2018-05-181-2/+2
| | | | | | | | | | | | | | 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.
* Elaborate comment on dependencies in autogen.sh.Petter Urkedal2012-08-211-3/+8
|
* Add note about 'pkg-config' solving problem with autoconf 2.68 or olderIvan Maidanski2012-08-211-0/+3
| | | | | | | (Cygwin/MinGW, OS X) * autogen.sh: Add comment about 'pkg-config'. * TODO: Remove note about 'autoreconf' failure.
* Fix autogen.sh to prevent reporting success if autoreconf failedIvan Maidanski2012-03-281-0/+1
| | | | | * autogen.sh: Add "set -e" command to abort script execution on autoreconf failure (thus not printing "ready" in that case).
* Simplify autogen.sh by using autoreconfIvan Maidanski2012-02-201-27/+4
|
* Check for automake / aclocal 1.11 as well.Bruce Mitchener2012-02-161-1/+1
|
* Changed the order in autogen.sh so ltmain exists in time for automake.Eric Holk2011-12-271-1/+1
|
* Flag autogen.sh as executable.Bruce Mitchener2011-11-231-0/+0
|
* 2009-09-26 Ivan Maidanski <ivmai@mail.ru> (really Petter Urkedal)ivmai2011-07-261-3/+4
| | | | * autogen.sh: Update.
* gc7.0alpha4 tarball importgc7_0alpha4Ivan Maidanski2011-07-261-0/+31