Mercurial > hg > octave-nkf
comparison configure.in @ 4449:e2c91da0aa16
[project @ 2003-07-09 02:21:11 by jwe]
author | jwe |
---|---|
date | Wed, 09 Jul 2003 02:21:11 +0000 |
parents | 64a91c8251e2 |
children | 53ee020af847 |
comparison
equal
deleted
inserted
replaced
4448:042cdbb7f317 | 4449:e2c91da0aa16 |
---|---|
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_INIT | 24 AC_INIT |
25 AC_REVISION($Revision: 1.429 $) | 25 AC_REVISION($Revision: 1.430 $) |
26 AC_PREREQ(2.52) | 26 AC_PREREQ(2.52) |
27 AC_CONFIG_SRCDIR([src/octave.cc]) | 27 AC_CONFIG_SRCDIR([src/octave.cc]) |
28 AC_CONFIG_HEADER(config.h) | 28 AC_CONFIG_HEADER(config.h) |
29 | 29 |
30 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.]) | 30 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.]) |
41 OCTAVE_SET_DEFAULT(man1ext, '.1') | 41 OCTAVE_SET_DEFAULT(man1ext, '.1') |
42 OCTAVE_SET_DEFAULT(infofile, '$(infodir)/octave.info') | 42 OCTAVE_SET_DEFAULT(infofile, '$(infodir)/octave.info') |
43 OCTAVE_SET_DEFAULT(octincludedir, '$(includedir)/octave-$(version)') | 43 OCTAVE_SET_DEFAULT(octincludedir, '$(includedir)/octave-$(version)') |
44 OCTAVE_SET_DEFAULT(fcnfiledir, '$(datadir)/octave/$(version)/m') | 44 OCTAVE_SET_DEFAULT(fcnfiledir, '$(datadir)/octave/$(version)/m') |
45 OCTAVE_SET_DEFAULT(localfcnfiledir, '$(datadir)/octave/site/m') | 45 OCTAVE_SET_DEFAULT(localfcnfiledir, '$(datadir)/octave/site/m') |
46 OCTAVE_SET_DEFAULT(localapifcnfiledir, | |
47 '$(datadir)/octave/site/$(apiversion)/m') | |
46 OCTAVE_SET_DEFAULT(localverfcnfiledir, '$(datadir)/octave/$(version)/site/m') | 48 OCTAVE_SET_DEFAULT(localverfcnfiledir, '$(datadir)/octave/$(version)/site/m') |
47 OCTAVE_SET_DEFAULT(localfcnfilepath, | 49 OCTAVE_SET_DEFAULT(localfcnfilepath, |
48 '$(localverfcnfiledir)//:$(localfcnfiledir)//') | 50 '$(localverfcnfiledir)//:$(localapifcnfiledir)//:$(localfcnfiledir)//') |
49 OCTAVE_SET_DEFAULT(octlibdir, '$(libdir)/octave-$(version)') | 51 OCTAVE_SET_DEFAULT(octlibdir, '$(libdir)/octave-$(version)') |
50 OCTAVE_SET_DEFAULT(archlibdir, | 52 OCTAVE_SET_DEFAULT(archlibdir, |
51 '$(libexecdir)/octave/$(version)/exec/$(canonical_host_type)') | 53 '$(libexecdir)/octave/$(version)/exec/$(canonical_host_type)') |
52 OCTAVE_SET_DEFAULT(localarchlibdir, | 54 OCTAVE_SET_DEFAULT(localarchlibdir, |
53 '$(libexecdir)/octave/site/exec/$(canonical_host_type)') | 55 '$(libexecdir)/octave/site/exec/$(canonical_host_type)') |
55 '$(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type)') | 57 '$(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type)') |
56 OCTAVE_SET_DEFAULT(octfiledir, | 58 OCTAVE_SET_DEFAULT(octfiledir, |
57 '$(libexecdir)/octave/$(version)/oct/$(canonical_host_type)') | 59 '$(libexecdir)/octave/$(version)/oct/$(canonical_host_type)') |
58 OCTAVE_SET_DEFAULT(localoctfiledir, | 60 OCTAVE_SET_DEFAULT(localoctfiledir, |
59 '$(libexecdir)/octave/site/oct/$(canonical_host_type)') | 61 '$(libexecdir)/octave/site/oct/$(canonical_host_type)') |
62 OCTAVE_SET_DEFAULT(localapioctfiledir, | |
63 '$(libexecdir)/octave/site/oct/$(apiversion)/$(canonical_host_type)') | |
60 OCTAVE_SET_DEFAULT(localveroctfiledir, | 64 OCTAVE_SET_DEFAULT(localveroctfiledir, |
61 '$(libexecdir)/octave/$(version)/site/oct/$(canonical_host_type)') | 65 '$(libexecdir)/octave/$(version)/site/oct/$(canonical_host_type)') |
62 OCTAVE_SET_DEFAULT(localoctfilepath, | 66 OCTAVE_SET_DEFAULT(localoctfilepath, |
63 '$(localveroctfiledir)//:$(localoctfiledir)//') | 67 '$(localveroctfiledir)//:$(localapioctfiledir)//:$(localoctfiledir)//') |
64 OCTAVE_SET_DEFAULT(fcnfilepath, | 68 OCTAVE_SET_DEFAULT(fcnfilepath, |
65 '.:$(localoctfilepath):$(localfcnfilepath):$(octfiledir)//:$(fcnfiledir)//') | 69 '.:$(localoctfilepath):$(localfcnfilepath):$(octfiledir)//:$(fcnfiledir)//') |
66 OCTAVE_SET_DEFAULT(imagedir, '$(datadir)/octave/$(version)/imagelib') | 70 OCTAVE_SET_DEFAULT(imagedir, '$(datadir)/octave/$(version)/imagelib') |
67 OCTAVE_SET_DEFAULT(imagepath, '.:$(imagedir)//') | 71 OCTAVE_SET_DEFAULT(imagepath, '.:$(imagedir)//') |
68 | 72 |