comparison configure.in @ 5778:70f67d85558d

[project @ 2006-04-27 01:34:08 by jwe]
author jwe
date Thu, 27 Apr 2006 01:34:08 +0000
parents ace8d8d26933
children 67bf9b4f2ae2
comparison
equal deleted inserted replaced
5777:246b1fc1e628 5778:70f67d85558d
27 27
28 EXTERN_CFLAGS="$CFLAGS" 28 EXTERN_CFLAGS="$CFLAGS"
29 EXTERN_CXXFLAGS="$CXXFLAGS" 29 EXTERN_CXXFLAGS="$CXXFLAGS"
30 30
31 AC_INIT 31 AC_INIT
32 AC_REVISION($Revision: 1.508 $) 32 AC_REVISION($Revision: 1.509 $)
33 AC_PREREQ(2.57) 33 AC_PREREQ(2.57)
34 AC_CONFIG_SRCDIR([src/octave.cc]) 34 AC_CONFIG_SRCDIR([src/octave.cc])
35 AC_CONFIG_HEADER(config.h) 35 AC_CONFIG_HEADER(config.h)
36 36
37 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.]) 37 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.])
75 OCTAVE_SET_DEFAULT(infofile, '$(infodir)/octave.info') 75 OCTAVE_SET_DEFAULT(infofile, '$(infodir)/octave.info')
76 OCTAVE_SET_DEFAULT(octincludedir, '$(includedir)/octave-$(version)') 76 OCTAVE_SET_DEFAULT(octincludedir, '$(includedir)/octave-$(version)')
77 OCTAVE_SET_DEFAULT(fcnfiledir, '$(datadir)/octave/$(version)/m') 77 OCTAVE_SET_DEFAULT(fcnfiledir, '$(datadir)/octave/$(version)/m')
78 OCTAVE_SET_DEFAULT(localfcnfiledir, '$(datadir)/octave/site/m') 78 OCTAVE_SET_DEFAULT(localfcnfiledir, '$(datadir)/octave/site/m')
79 OCTAVE_SET_DEFAULT(localapifcnfiledir, 79 OCTAVE_SET_DEFAULT(localapifcnfiledir,
80 '$(datadir)/octave/site/$(apiversion)/m') 80 '$(datadir)/octave/site/$(api_version)/m')
81 OCTAVE_SET_DEFAULT(localverfcnfiledir, '$(datadir)/octave/$(version)/site/m') 81 OCTAVE_SET_DEFAULT(localverfcnfiledir, '$(datadir)/octave/$(version)/site/m')
82 OCTAVE_SET_DEFAULT(localfcnfilepath, 82 OCTAVE_SET_DEFAULT(localfcnfilepath,
83 '$(localverfcnfiledir)//$(sepchar)$(localapifcnfiledir)//$(sepchar)$(localfcnfiledir)//') 83 '$(localverfcnfiledir)//$(sepchar)$(localapifcnfiledir)//$(sepchar)$(localfcnfiledir)//')
84 OCTAVE_SET_DEFAULT(octlibdir, '$(libdir)/octave-$(version)') 84 OCTAVE_SET_DEFAULT(octlibdir, '$(libdir)/octave-$(version)')
85 OCTAVE_SET_DEFAULT(archlibdir, 85 OCTAVE_SET_DEFAULT(archlibdir,
91 OCTAVE_SET_DEFAULT(octfiledir, 91 OCTAVE_SET_DEFAULT(octfiledir,
92 '$(libexecdir)/octave/$(version)/oct/$(canonical_host_type)') 92 '$(libexecdir)/octave/$(version)/oct/$(canonical_host_type)')
93 OCTAVE_SET_DEFAULT(localoctfiledir, 93 OCTAVE_SET_DEFAULT(localoctfiledir,
94 '$(libexecdir)/octave/site/oct/$(canonical_host_type)') 94 '$(libexecdir)/octave/site/oct/$(canonical_host_type)')
95 OCTAVE_SET_DEFAULT(localapioctfiledir, 95 OCTAVE_SET_DEFAULT(localapioctfiledir,
96 '$(libexecdir)/octave/site/oct/$(apiversion)/$(canonical_host_type)') 96 '$(libexecdir)/octave/site/oct/$(api_version)/$(canonical_host_type)')
97 OCTAVE_SET_DEFAULT(localveroctfiledir, 97 OCTAVE_SET_DEFAULT(localveroctfiledir,
98 '$(libexecdir)/octave/$(version)/site/oct/$(canonical_host_type)') 98 '$(libexecdir)/octave/$(version)/site/oct/$(canonical_host_type)')
99 OCTAVE_SET_DEFAULT(localoctfilepath, 99 OCTAVE_SET_DEFAULT(localoctfilepath,
100 '$(localveroctfiledir)//$(sepchar)$(localapioctfiledir)//$(sepchar)$(localoctfiledir)//') 100 '$(localveroctfiledir)//$(sepchar)$(localapioctfiledir)//$(sepchar)$(localoctfiledir)//')
101 OCTAVE_SET_DEFAULT(fcnfilepath, 101 OCTAVE_SET_DEFAULT(fcnfilepath,