1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-18 21:58:06 +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

@ -126,6 +126,7 @@ AC_SUBST(READLINE)
AC_SUBST(kernel_dir)
AC_SUBST(OWNER)
AC_SUBST(GROUP)
AC_SUBST(LIBS)
dnl First and last lines should not contain files to generate in order to
dnl keep utility scripts running properly
AC_OUTPUT( \

@ -26,6 +26,7 @@ RANLIB = @RANLIB@
SHELL = /bin/sh
INSTALL = @INSTALL@
LN_S = @LN_S@
LIBS = @LIBS@
# Setup directory variables
prefix = @prefix@