diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-05-28 05:16:08 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-05-28 05:16:08 +0000 |
commit | c0dabcc4099089646b9362db18bfefcf9b5255d9 (patch) | |
tree | 9ce5a177b36358c526d8208726c94aa87ab1690d /shells | |
parent | Fixes for freebsd,ELF,-current (diff) |
use system libreadline for -current
Notes
Notes:
svn path=/head/; revision=19031
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 1 | ||||
-rw-r--r-- | shells/bash2/Makefile | 1 | ||||
-rw-r--r-- | shells/bash3/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index cce525db6d9e..ffa738a9ff4e 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -18,6 +18,7 @@ DISTFILES= bash-2.03.tar.gz bash-doc-2.03.tar.gz MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= Yes +CONFIGURE_ARGS= --with-installed-readline MAN1= bash.1 bashbug.1 pre-install: diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index cce525db6d9e..ffa738a9ff4e 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -18,6 +18,7 @@ DISTFILES= bash-2.03.tar.gz bash-doc-2.03.tar.gz MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= Yes +CONFIGURE_ARGS= --with-installed-readline MAN1= bash.1 bashbug.1 pre-install: diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index cce525db6d9e..ffa738a9ff4e 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -18,6 +18,7 @@ DISTFILES= bash-2.03.tar.gz bash-doc-2.03.tar.gz MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= Yes +CONFIGURE_ARGS= --with-installed-readline MAN1= bash.1 bashbug.1 pre-install: |