Mercurial > hg > octave-nkf
comparison configure.in @ 3141:292ff0bf484b
[project @ 1998-02-03 08:11:07 by jwe]
author | jwe |
---|---|
date | Tue, 03 Feb 1998 08:11:22 +0000 |
parents | 9c5160c83bd2 |
children | 894d516b4a00 |
comparison
equal
deleted
inserted
replaced
3140:990ea337e950 | 3141:292ff0bf484b |
---|---|
19 ### You should have received a copy of the GNU General Public License | 19 ### You should have received a copy of the GNU General Public License |
20 ### along with Octave; see the file COPYING. If not, write to the Free | 20 ### along with Octave; see the file COPYING. If not, write to the Free |
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA | 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA |
22 ### 02111-1307, USA. | 22 ### 02111-1307, USA. |
23 | 23 |
24 AC_REVISION($Revision: 1.295 $) | 24 AC_REVISION($Revision: 1.296 $) |
25 AC_PREREQ(2.9) | 25 AC_PREREQ(2.9) |
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) |
37 OCTAVE_SET_DEFAULT(infofile, '$(infodir)/octave.info') | 37 OCTAVE_SET_DEFAULT(infofile, '$(infodir)/octave.info') |
38 OCTAVE_SET_DEFAULT(octincludedir, '$(includedir)/octave-$(version)/octave') | 38 OCTAVE_SET_DEFAULT(octincludedir, '$(includedir)/octave-$(version)/octave') |
39 OCTAVE_SET_DEFAULT(fcnfiledir, '$(datadir)/octave/$(version)/m') | 39 OCTAVE_SET_DEFAULT(fcnfiledir, '$(datadir)/octave/$(version)/m') |
40 OCTAVE_SET_DEFAULT(localfcnfiledir, '$(datadir)/octave/site/m') | 40 OCTAVE_SET_DEFAULT(localfcnfiledir, '$(datadir)/octave/site/m') |
41 OCTAVE_SET_DEFAULT(localfcnfilepath, '$(localfcnfiledir)//') | 41 OCTAVE_SET_DEFAULT(localfcnfilepath, '$(localfcnfiledir)//') |
42 OCTAVE_SET_DEFAULT(octlibdir, '$(libdir)/octave-$(version)') | |
42 OCTAVE_SET_DEFAULT(archlibdir, | 43 OCTAVE_SET_DEFAULT(archlibdir, |
43 '$(libexecdir)/octave/$(version)/exec/$(canonical_host_type)') | 44 '$(libexecdir)/octave/$(version)/exec/$(canonical_host_type)') |
44 OCTAVE_SET_DEFAULT(localarchlibdir, | 45 OCTAVE_SET_DEFAULT(localarchlibdir, |
45 '$(libexecdir)/octave/site/exec/$(canonical_host_type)') | 46 '$(libexecdir)/octave/site/exec/$(canonical_host_type)') |
46 OCTAVE_SET_DEFAULT(octfiledir, | 47 OCTAVE_SET_DEFAULT(octfiledir, |