crosstool-ng/m4
Pavel Grigorenko 163938cfd3
Fix --with-ncurses not working on Arch Linux
Reverts the changes introduced to `m4/ax_with_curses_extra.m4`
in 59b664806c,
which seem to make `cofigure` look only for `ncursesw/panel.h`
and not consider `panel.h` as a candidate,
thus causing `./configure` to fail with
"error: panel library not found" on systems
(such as Arch Linux) where ncurses headers
are not put under the `ncursesw/` directory.

Signed-off-by: Pavel Grigorenko <grigorenkopv@ya.ru>
2022-11-21 22:53:28 +03:00
..
ax_build_date_epoch.m4 Use autoconfig-archve/automake tests 2018-04-07 12:02:33 -07:00
ax_cxx_compile_stdcxx.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
ax_prog_bison.m4 Switch AC_PROG_YACC to AX_PROG_BISON 2022-10-27 21:28:42 +13:00
ax_require_defined.m4 Split local helper macros into separate m4's 2018-04-07 12:02:33 -07:00
ax_with_curses_extra.m4 Fix --with-ncurses not working on Arch Linux 2022-11-21 22:53:28 +03:00
ax_with_curses.m4 Use autoconfig-archve/automake tests 2018-04-07 12:02:33 -07:00
ctng_cpu_count.m4 Fix install --strip-program check after merge 2018-04-07 12:03:17 -07:00
ctng_log.m4 Add checking for *sum and unzip 2018-04-29 12:06:54 -07:00
ctng_prog_install.m4 Fix install --strip-program check after merge 2018-04-07 12:03:17 -07:00
ctng_prog.m4 Add checking for *sum and unzip 2018-04-29 12:06:54 -07:00
ctng_set_kconfig_option.m4 CentOS6 cannot use newer GDB releases 2019-03-05 00:48:31 -08:00
ctng_version_check.m4 Fix build of glibc 2.29 on systems with obsolete host programs 2019-03-02 15:45:37 -08:00
ctng_with_deprecated.m4 Split local helper macros into separate m4's 2018-04-07 12:02:33 -07:00
gettext.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
iconv.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
intlmacosx.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
lib-ld.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
lib-link.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
lib-prefix.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
nls.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
pkg.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
po.m4 Use autoconfig-archve/automake tests 2018-04-07 12:02:33 -07:00
progtest.m4 Update copied m4 files and README 2022-10-27 21:28:42 +13:00
README Update copied m4 files and README 2022-10-27 21:28:42 +13:00

These autoconf helper macros come from various sources:

- ax_*.m4: autoconf-archive, version 2022.09.03 (copied)
- pkg.m4: pkgconf, version 1.8.0 (run configure, then copy)
- gettext.m4, iconv.m4, intlmacosx.m4, nls.m4: gettext 0.21.9
- ctng_*.m4: obviously, implemented anew
- po.m4: a local dummy stub for gettext's version