# HG changeset patch # User jwe # Date 793836803 0 # Node ID 06721d665ba6746ce8ca578fd49d6aca11bfca84 # Parent b78e479dbf16a913b52f3d43d7fb9a9867eff3c5 [project @ 1995-02-26 22:13:23 by jwe] diff -r b78e479dbf16 -r 06721d665ba6 configure.in --- a/configure.in Sun Feb 26 22:07:02 1995 +0000 +++ b/configure.in Sun Feb 26 22:13:23 1995 +0000 @@ -21,7 +21,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -AC_REVISION($Revision: 1.97 $) +AC_REVISION($Revision: 1.98 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -74,7 +74,7 @@ LIBINFO= if $USE_GNU_INFO; then LIBINFO=../info/libinfo.a -else +fi AC_SUBST(LIBINFO) ### Allow the user disable support for command line editing using GNU @@ -88,7 +88,7 @@ LIBREADLINE= if $USE_READLINE; then LIBREADLINE=../readline/libreadline.a -else +fi AC_SUBST(LIBREADLINE) ### some defaults