]> sourceware.org Git - lvm2.git/commit - configure
Readline linking update
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 4 Mar 2010 11:19:15 +0000 (11:19 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 4 Mar 2010 11:19:15 +0000 (11:19 +0000)
commit539f4a77287ec4222f4e46cdeca18ab256dfe4b9
tree39735c72470d3df7075231e61a739c5d1a405a4d
parentf0f0b802d16636e188b2d3c9b001fce80d0085ca
Readline linking update

Modify linking of readline library. Create new  substituted varible
READLINE_LIBS - readline library is linked ONLY with tools that really use
it - i.e. lvm. (Static lvm does not use readlin).
Previous behaviour put this library into the variable LIBS and thus
linked it with all created object files of lvm project (i.e. plugins...).

READLINE detection is simplified.

Termcap library is linked in only if readline library doesn't have its own
dependency (i.e. old distributions).
configure
configure.in
lib/misc/configure.h.in
make.tmpl.in
tools/Makefile.in
This page took 0.032678 seconds and 5 git commands to generate.