# HG changeset patch # User jwe # Date 821164734 0 # Node ID c127e04cd4bf53fb59e943d564a05c5ac80434fc # Parent b3ce842b49758330cad585af241f192f4d802e07 [project @ 1996-01-09 05:18:54 by jwe] diff --git a/configure.in b/configure.in --- a/configure.in +++ b/configure.in @@ -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'