comparison configure.in @ 2439:dc870b8b229f

[project @ 1996-10-30 07:57:31 by jwe]
author jwe
date Wed, 30 Oct 1996 07:58:24 +0000
parents 2f50b24ce84f
children c196b6a780b3
comparison
equal deleted inserted replaced
2438:adde4cb6b15d 2439:dc870b8b229f
18 ### 18 ###
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 02111-1307, USA. 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 22
23 AC_REVISION($Revision: 1.220 $) 23 AC_REVISION($Revision: 1.221 $)
24 AC_PREREQ(2.9) 24 AC_PREREQ(2.9)
25 AC_INIT(src/octave.cc) 25 AC_INIT(src/octave.cc)
26 AC_CONFIG_HEADER(config.h) 26 AC_CONFIG_HEADER(config.h)
27 27
28 AC_DEFINE(OCTAVE_SOURCE, 1) 28 AC_DEFINE(OCTAVE_SOURCE, 1)
48 octincludedir='$(includedir)/octave-$(version)' 48 octincludedir='$(includedir)/octave-$(version)'
49 fcnfiledir='$(datadir)/octave/$(version)/m' 49 fcnfiledir='$(datadir)/octave/$(version)/m'
50 localfcnfiledir='$(datadir)/octave/site/m' 50 localfcnfiledir='$(datadir)/octave/site/m'
51 localfcnfilepath='$(localfcnfiledir)//' 51 localfcnfilepath='$(localfcnfiledir)//'
52 archlibdir='$(libexecdir)/octave/$(version)/exec/$(target_host_type)' 52 archlibdir='$(libexecdir)/octave/$(version)/exec/$(target_host_type)'
53 localarchlibdir='$(libexecdir)/octave/site/exec/$(target_host_type)'
53 octfiledir='$(libexecdir)/octave/$(version)/oct/$(target_host_type)' 54 octfiledir='$(libexecdir)/octave/$(version)/oct/$(target_host_type)'
54 localoctfiledir='$(libexecdir)/octave/site/oct/$(target_host_type)' 55 localoctfiledir='$(libexecdir)/octave/site/oct/$(target_host_type)'
55 localoctfilepath='$(localoctfiledir)//' 56 localoctfilepath='$(localoctfiledir)//'
56 fcnfilepath='.:$(localoctfilepath):$(localfcnfilepath):$(octfiledir)//:$(fcnfiledir)//' 57 fcnfilepath='.:$(localoctfilepath):$(localfcnfilepath):$(octfiledir)//:$(fcnfiledir)//'
57 imagedir='$(datadir)/octave/$(version)/imagelib' 58 imagedir='$(datadir)/octave/$(version)/imagelib'
71 AC_MSG_RESULT([defining infodir to be $infodir]) 72 AC_MSG_RESULT([defining infodir to be $infodir])
72 AC_MSG_RESULT([defining fcnfiledir to be $fcnfiledir]) 73 AC_MSG_RESULT([defining fcnfiledir to be $fcnfiledir])
73 AC_MSG_RESULT([defining localfcnfiledir to be $localfcnfiledir]) 74 AC_MSG_RESULT([defining localfcnfiledir to be $localfcnfiledir])
74 AC_MSG_RESULT([defining localfcnfilepath to be $localfcnfilepath]) 75 AC_MSG_RESULT([defining localfcnfilepath to be $localfcnfilepath])
75 AC_MSG_RESULT([defining archlibdir to be $archlibdir]) 76 AC_MSG_RESULT([defining archlibdir to be $archlibdir])
77 AC_MSG_RESULT([defining localarchlibdir to be $localarchlibdir])
76 AC_MSG_RESULT([defining octfiledir to be $octfiledir]) 78 AC_MSG_RESULT([defining octfiledir to be $octfiledir])
77 AC_MSG_RESULT([defining localoctfiledir to be $localoctfiledir]) 79 AC_MSG_RESULT([defining localoctfiledir to be $localoctfiledir])
78 AC_MSG_RESULT([defining localoctfilepath to be $localoctfilepath]) 80 AC_MSG_RESULT([defining localoctfilepath to be $localoctfilepath])
79 AC_MSG_RESULT([defining fcnfilepath to be $fcnfilepath]) 81 AC_MSG_RESULT([defining fcnfilepath to be $fcnfilepath])
80 AC_MSG_RESULT([defining imagedir to be $imagedir]) 82 AC_MSG_RESULT([defining imagedir to be $imagedir])
93 AC_SUBST(infodir) 95 AC_SUBST(infodir)
94 AC_SUBST(fcnfiledir) 96 AC_SUBST(fcnfiledir)
95 AC_SUBST(localfcnfiledir) 97 AC_SUBST(localfcnfiledir)
96 AC_SUBST(localfcnfilepath) 98 AC_SUBST(localfcnfilepath)
97 AC_SUBST(archlibdir) 99 AC_SUBST(archlibdir)
100 AC_SUBST(localarchlibdir)
98 AC_SUBST(octfiledir) 101 AC_SUBST(octfiledir)
99 AC_SUBST(localoctfiledir) 102 AC_SUBST(localoctfiledir)
100 AC_SUBST(localoctfilepath) 103 AC_SUBST(localoctfilepath)
101 AC_SUBST(fcnfilepath) 104 AC_SUBST(fcnfilepath)
102 AC_SUBST(imagedir) 105 AC_SUBST(imagedir)