summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Caulfield <pcaulfie@redhat.com>2001-11-16 10:40:16 +0000
committerPatrick Caulfield <pcaulfie@redhat.com>2001-11-16 10:40:16 +0000
commit02a13a5a1852b4f29e345aa73ac32fd384606003 (patch)
treedccdaafe378eae533894a2b3b9b7a32713a74048
parent6cf2a0281bde4b8eee1271d7111a7db4cb7ced4f (diff)
downloadlvm2-02a13a5a1852b4f29e345aa73ac32fd384606003.tar.gz
Do substitution on LIBS so that those platforms that need -lncurses as well as
lreadline will work.
-rw-r--r--configure.in1
-rw-r--r--make.tmpl.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index cb750fbe2..e1a883698 100644
--- a/configure.in
+++ b/configure.in
@@ -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( \
diff --git a/make.tmpl.in b/make.tmpl.in
index 43ae7639c..1b2f966b0 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -26,6 +26,7 @@ RANLIB = @RANLIB@
SHELL = /bin/sh
INSTALL = @INSTALL@
LN_S = @LN_S@
+LIBS = @LIBS@
# Setup directory variables
prefix = @prefix@