1
0
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:
Patrick Caulfield 2001-11-16 10:40:16 +00:00
parent d9bc7ffe61
commit 5f68d85896
2 changed files with 2 additions and 0 deletions

View File

@ -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( \

View File

@ -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@