aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2015-03-06script/fedora_lsb_install.sh: New helper script to install LSB dependencies ↵Ryan S. Arnold
on Fedora systems. Note: This commit regenerated abe/configure so existing build directories will need to have configure re-run. This commit adds a helper script that will install Linux Foundation LSB dependencies on RPM based systems, since they're not packaged by default. This change required an update to configure since it changed abe/configure.ac. The Linux Foundation LSB packages for Fedora are installed in /opt/lsb, whereas the Ubuntu distribution will install them in standard library locations. abe/configure.ac was changed to allow it to find/detect lsbcc and lsbc++ in the directories where the Linux Foundation LSB executables will be installed. Change-Id: I53155a79ccd8a61d9735dac44344e711860de5e3
2014-12-29convert path to sources.conf to absoluteRob Savoye
2014-12-17remove the need for ccryptBernie Ogden
2014-11-17change CBUILD to ABERob Savoye
2014-11-17rename cbuild to abeRob Savoye
Change-Id: I5999d5375734b62a9ffe3d1ecf5335c178a545d3
2014-11-17change the remote fileserver from cbuild.validation.linaro.org to ↵Rob Savoye
abe.tcwglab.linaro.org Change-Id: Ice67ca6a478dc8582e43b78b01c6c27dcaa3a24d
2014-11-04adjust file server defaultRob Savoye
Change-Id: I725d163f8b96f0f6634b1955d91d9984843c0b37
2014-11-04add configure option for remote file serverRob Savoye
Change-Id: I385665913ef7611b3f748271a3441de2990879d5
2014-10-01substitute NEWWORKDIRRob Savoye
2014-10-01don't look for make 4.0Rob Savoye
2014-09-12fix make version testRob Savoye
2014-09-10add test for make 4.0Rob Savoye
2014-08-15don't set MAKEINFO to echo on Trusty, updates fixed the problem with ↵Rob Savoye
building docs
2014-07-29reenable test for git-new-workdirRob Savoye
2014-07-28add test for ccrypt, which is needed for benchmarks.Rob Savoye
2014-07-22Add configure option to choose compiler languagesMaxim Kuvyrkov
Configure-time option --with-languages=<lang1,lang2,...> will configure gcc to compile for given languages. Special value "default" will choose appropriate default for the target. Change-Id: I29ec8d8c3b90552424cfff27a86a0287dc9be28d
2014-07-22Enable parallelism by defaultMaxim Kuvyrkov
Also add --enable parallel and --disable parallel option handling and --enable-parallel / --disable-parallel configure options to set the default. Change-Id: I3d41101e2a863490a9efaf5d07a41b6c1a5ed280
2014-07-14Add support for --enable and --disable make_docs in configure and cbuild2.shRyan S. Arnold
This also adds test cases that verify the feature works properly in both configuration as well as, by-default. And additional fix in this patch is that it adds dryrun around make clean invocations. Change-Id: I1b369634bb14d4fffeb03f94a2a13d73c2656592
2014-07-07Add experimental --with-git-reference-dir optionMaxim Kuvyrkov
This option enables sharing of objects in git repositories on the same machine by using --reference option of git-clone. Change-Id: I1a4263a387361ac786b09f70ee795d2b9df4bafc
2014-07-02Set defaults for options at configure-timeMaxim Kuvyrkov
Allow --enable-FEATURE and --disable-FEATURE configure options to set defaults for bootstrap, alltests, install, schroot_test, and supdate options. Runtime --enable FOO and --disable FOO options now accept all of the above values and override configure-time defaults. Change-Id: Ibf81b7a4774c0b9d1cbb02a19b87fff9a4dc85aa
2014-06-23make ncurses package distro specific.Rob Savoye
2014-06-04Cleanup and fix configure.acMaxim Kuvyrkov
Remove old hack to detect 32-bit chroots in lue of using linux32. Set topdir to absolute path as it may be used outside of cbuild2 tree (e.g., when setting DEJAGNU variable for "make check" inside build directory). Change-Id: Ibcb3e503c11ddfe98f09528f48be08d1af19cb6a
2014-05-28don't look for git-new-workdirRob Savoye
Change-Id: I004a91db9d79a7396711386add703360240552c0
2014-04-29use echo as a stub for MAKEINFO instead of missingRob Savoye
Change-Id: I7d3c3d69ddf0f8f2be0e273671d6b2a3b28af61e
2014-04-29Merge "Add Arch Linux detection to configure.ac"Robert Savoye
2014-04-29Add Arch Linux detection to configure.acRenato Golin
Adding Arch (pacman) detection of installed packages to the configure mechanism. Adjusting the formatting of the rest. Change-Id: I2626e21c8346b19c97cd7706145340c786be5c67
2014-04-24look for texinfo 5, as it can't process the GCC texinfo filesRob Savoye
Change-Id: I89a98bff57117d611931d5b3987fd3bf2cecd123
2014-04-16Don't look for g*-multilib on aarch64 nativeRob Savoye
Change-Id: Ic21ec5ab7225fffb21bf0f6409519d25d8d15fdf
2014-03-03add GPLv3 copyright blockRob Savoye
Change-Id: Id42359fc1f5324ea2dd6fa18eaf6a4c4fb79fb3a
2014-02-03configure.ac: Add --with-sources-conf option to override sources.conf file.Ryan S. Arnold
Change-Id: I8f02e844bf69f5e5fe9aea2ec5601dc18b1de43b
2014-01-20add LSBCXX testRob Savoye
Change-Id: I9e41c38c9bc6fc120383a0e82dd1c71859fc2659
2014-01-19add test for lsbccRob Savoye
Change-Id: Idb7d75b72400c8cc675a13a6ea2ed2072ce13bce
2013-12-11get the source path to cbuild2 via configure, instead of looking at -tcsh so ↵Rob Savoye
we can use bashdb Change-Id: If62177b1ba5c8ee183aba4afc2d5f422c5aa0c1c
2013-11-21don't use AC_CANONICAL_*, we don't careRob Savoye
2013-11-20use uname -m instead of uname -p, as the chroots return unknown otherwiseRob Savoye
2013-11-20get the host architecture right when building in a chrootRob Savoye
2013-11-13add ncurses and termcap to missingRob Savoye
2013-11-12look for libz, instead of the packageRob Savoye
2013-11-12look for libncurses and libtermcap, which GDB needsRob Savoye
2013-10-30make errors warnings so we print all the missing build dependencies at the endRob Savoye
2013-10-24only create sysroots directory for cross builds.Rob Savoye
2013-10-18New variable ${sources_conf} to replace hardcoded config/sources.conf.Ryan S. Arnold
This is necessary so that the testsuite can use it's own version that doesn't change, so we can cover all bases.
2013-10-04Lynx is no longer needed by Cbuildv2Ryan S. Arnold
2013-09-16add test to make sure git-new-workdir exists in the PATHRob Savoye
2013-09-10create a stub Makefile to 'make check' worksRob Savoye
2013-09-07change default paths for new directory layoutRob Savoye
2013-09-03add gawk and xib1g-dev to packages listRob Savoye
2013-08-31fix debian package dependenciesRob Savoye
2013-08-07add AC_CANONICAL_* back in, as they're used to produce the host.conf file.Rob Savoye
2013-08-07patch from cbaylis, fix sysroot pathRob Savoye