changeset 795:e3fda435c209

[project @ 1994-10-12 23:07:58 by jwe]
author jwe
date Wed, 12 Oct 1994 23:07:58 +0000
parents 01f6d1bcfa1a
children d6965f5c411a
files configure.in
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Oct 12 19:29:21 1994 +0000
+++ b/configure.in	Wed Oct 12 23:07:58 1994 +0000
@@ -21,7 +21,7 @@
 dnl along with Octave; see the file COPYING.  If not, write to the Free
 dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 dnl
-AC_REVISION($Revision: 1.58 $)dnl
+AC_REVISION($Revision: 1.59 $)dnl
 AC_PREREQ(1.8)dnl
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
@@ -94,9 +94,9 @@
 infodir='$(prefix)/info'
 fcnfiledir='$(datadir)/octave/$(version)/m'
 localfcnfilepath='$(datadir)/octave/site/m//'
-archlibdir='$(libdir)/octave/$(version)/$(target_host_type)/exec'
-octfiledir='$(archlibdir)/oct'
-localoctfilepath='$(datadir)/octave/site/$(target_host_type)/oct//'
+archlibdir='$(libdir)/octave/$(version)/exec/$(target_host_type)'
+octfiledir='$(libdir)/octave/$(version)/oct/$(target_host_type)'
+localoctfilepath='$(datadir)/octave/site/oct/$(target_host_type)//'
 fcnfilepath='.:$(localoctfilepath):$(localfcnfilepath):$(octfiledir)//:$(fcnfiledir)//'
 imagepath='.:$(fcnfiledir)/imagelib//'
 dnl