comparison configure.in @ 1147:06721d665ba6

[project @ 1995-02-26 22:13:23 by jwe]
author jwe
date Sun, 26 Feb 1995 22:13:23 +0000
parents b78e479dbf16
children 8b3d86f7d1da
comparison
equal deleted inserted replaced
1146:b78e479dbf16 1147:06721d665ba6
19 ### 19 ###
20 ### You should have received a copy of the GNU General Public License 20 ### You should have received a copy of the GNU General Public License
21 ### along with Octave; see the file COPYING. If not, write to the Free 21 ### along with Octave; see the file COPYING. If not, write to the Free
22 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24 AC_REVISION($Revision: 1.97 $) 24 AC_REVISION($Revision: 1.98 $)
25 AC_PREREQ(2.0) 25 AC_PREREQ(2.0)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
72 USE_GNU_INFO=true, USE_GNU_INFO=false) 72 USE_GNU_INFO=true, USE_GNU_INFO=false)
73 AC_SUBST(USE_GNU_INFO) 73 AC_SUBST(USE_GNU_INFO)
74 LIBINFO= 74 LIBINFO=
75 if $USE_GNU_INFO; then 75 if $USE_GNU_INFO; then
76 LIBINFO=../info/libinfo.a 76 LIBINFO=../info/libinfo.a
77 else 77 fi
78 AC_SUBST(LIBINFO) 78 AC_SUBST(LIBINFO)
79 79
80 ### Allow the user disable support for command line editing using GNU 80 ### Allow the user disable support for command line editing using GNU
81 ### readline. 81 ### readline.
82 82
86 USE_READLINE=true, USE_READLINE=false) 86 USE_READLINE=true, USE_READLINE=false)
87 AC_SUBST(USE_READLINE) 87 AC_SUBST(USE_READLINE)
88 LIBREADLINE= 88 LIBREADLINE=
89 if $USE_READLINE; then 89 if $USE_READLINE; then
90 LIBREADLINE=../readline/libreadline.a 90 LIBREADLINE=../readline/libreadline.a
91 else 91 fi
92 AC_SUBST(LIBREADLINE) 92 AC_SUBST(LIBREADLINE)
93 93
94 ### some defaults 94 ### some defaults
95 95
96 AC_PREFIX_DEFAULT(/usr/local) 96 AC_PREFIX_DEFAULT(/usr/local)