From 5f68d85896c7b7ea5e62c0c2204384580d70ab6c Mon Sep 17 00:00:00 2001 From: Patrick Caulfield Date: Fri, 16 Nov 2001 10:40:16 +0000 Subject: [PATCH] Do substitution on LIBS so that those platforms that need -lncurses as well as lreadline will work. --- configure.in | 1 + make.tmpl.in | 1 + 2 files changed, 2 insertions(+) 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@ -- 2.43.5