mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
Do substitution on LIBS so that those platforms that need -lncurses as well as
lreadline will work.
This commit is contained in:
parent
d9bc7ffe61
commit
5f68d85896
@ -126,6 +126,7 @@ AC_SUBST(READLINE)
|
|||||||
AC_SUBST(kernel_dir)
|
AC_SUBST(kernel_dir)
|
||||||
AC_SUBST(OWNER)
|
AC_SUBST(OWNER)
|
||||||
AC_SUBST(GROUP)
|
AC_SUBST(GROUP)
|
||||||
|
AC_SUBST(LIBS)
|
||||||
dnl First and last lines should not contain files to generate in order to
|
dnl First and last lines should not contain files to generate in order to
|
||||||
dnl keep utility scripts running properly
|
dnl keep utility scripts running properly
|
||||||
AC_OUTPUT( \
|
AC_OUTPUT( \
|
||||||
|
@ -26,6 +26,7 @@ RANLIB = @RANLIB@
|
|||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
LN_S = @LN_S@
|
LN_S = @LN_S@
|
||||||
|
LIBS = @LIBS@
|
||||||
|
|
||||||
# Setup directory variables
|
# Setup directory variables
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
|
Loading…
Reference in New Issue
Block a user