aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2014-03-13stop supporting bash-1.xMike Frysinger1-8/+0
We've stopped supporting toolchain packages older than 2009, so punting bash-1.x is reasonable when bash-2 was released almost 20 years ago.
2014-03-13delete ksh checksMike Frysinger1-15/+0
Nothing in the tree uses ksh anymore, so punt these checks.
2014-03-13Use __ehdr_start, when available, for rtld to get its own headers.Roland McGrath1-0/+21
2013-12-16Set AUTOCONF variable when maintainer-mode is not usedAllan McRae1-0/+2
Fixes build issue introduced in 8894bad3 when configure.ac is altered and maintainer-mode is not enabled.
2013-12-16Add --enable-maintainer-mode configure optionAllan McRae1-16/+24
Autoconf is tested for and run if needed only when --enable-maintainer-mode is used on configure. This results in the autom4te.cache directory only being written in the source directory during configure if automatic autoconf usage is requested. Fixes BZ #14120.
2013-10-31Accept make versions 4.0 and greaterMarc-Antoine Perennou1-1/+1
2013-10-30rename configure.in to configure.acMike Frysinger1-0/+2172
Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>