changeset 1718:c127e04cd4bf

[project @ 1996-01-09 05:18:54 by jwe]
author jwe
date Tue, 09 Jan 1996 05:18:54 +0000
parents b3ce842b4975
children 63f6b1b57aae
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Jan 09 04:58:15 1996 +0000
+++ b/configure.in	Tue Jan 09 05:18:54 1996 +0000
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.147 $)
+AC_REVISION($Revision: 1.148 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -55,7 +55,7 @@
 localfcnfilepath='$(localfcnfiledir)//'
 archlibdir='$(libdir)/octave/$(version)/exec/$(target_host_type)'
 octfiledir='$(libdir)/octave/$(version)/oct/$(target_host_type)'
-localoctfiledir='$(datadir)/octave/site/oct/$(target_host_type)'
+localoctfiledir='$(libdir)/octave/site/oct/$(target_host_type)'
 localoctfilepath='$(localoctfiledir)//'
 fcnfilepath='.:$(localoctfilepath):$(localfcnfilepath):$(octfiledir)//:$(fcnfiledir)//'
 imagedir='$(datadir)/octave/$(version)/imagelib'