octave needs readline 4.2

PR:		48323, 48449
Submitted by:	Chris BeHanna <behanna@topperwein.pennasoft.com>, Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
This commit is contained in:
Ying-Chieh Liao 2003-06-08 05:15:28 +00:00
parent 0f964ceff5
commit 67485f14e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82493
2 changed files with 8 additions and 0 deletions

View file

@ -39,6 +39,10 @@ CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST}
CONFIGURE_ARGS+= --with-f2c
.endif
.if ${OSVERSION} <= 470101
CONFIGURE_ARGS+= --disable-readline
.endif
MAN1= octave.1 octave-bug.1
LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3

View file

@ -39,6 +39,10 @@ CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST}
CONFIGURE_ARGS+= --with-f2c
.endif
.if ${OSVERSION} <= 470101
CONFIGURE_ARGS+= --disable-readline
.endif
MAN1= octave.1 octave-bug.1
LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3