Age | Commit message (Collapse) | Author |
|
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.
|
|
Nothing in the tree uses ksh anymore, so punt these checks.
|
|
|
|
Fixes build issue introduced in 8894bad3 when configure.ac is altered
and maintainer-mode is not enabled.
|
|
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.
|
|
|
|
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>
|