crosstool-ng/kconfig
Bryan Hundven 6c49a232a8 configure: Correctly search for tinfo for kconfig
I previously thought that tinfo could only be a link to libncurses in
modern ncurses installations. I was wrong.

Now we check for ncurses, then check for tinfo. If tinfo is a link to
ncurses, it is then not required to link against. But if libtinfo is
providing tgetent, and not libncurses, then we must add it to LIBS as
well.

Also, kconfig shouldn't hardcode -lncurses, it should use what is in
$(LIBS).

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-11-14 23:14:44 -08:00
..
lxdialog kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
.gitignore kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
check.sh kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
conf.c kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
confdata.c kconfig: Add updates from linux-4.3 and 4.4 2015-11-11 21:27:24 -08:00
expr.c kconfig: Add updates from linux-4.3 and 4.4 2015-11-11 21:27:24 -08:00
expr.h kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
kconfig.mk Fix samples using GMP 4.3.2. 2015-10-30 16:24:52 -07:00
list.h kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
lkc_proto.h kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
lkc.h kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
Makefile configure: Correctly search for tinfo for kconfig 2015-11-14 23:14:44 -08:00
mconf.c kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
menu.c kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
nconf.c kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
nconf.gui.c kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
nconf.h kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
symbol.c kconfig: Add updates from linux-4.3 and 4.4 2015-11-11 21:27:24 -08:00
util.c kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
zconf.gperf kconfig: Add updates from linux-4.3 and 4.4 2015-11-11 21:27:24 -08:00
zconf.l kconfig: Add updates from linux-4.3 and 4.4 2015-11-11 21:27:24 -08:00
zconf.y kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00