Mercurial > hg > octave-nkf
diff Makeconf.in @ 5909:a6a2423a9c25
[project @ 2006-07-27 19:35:22 by jwe]
author | jwe |
---|---|
date | Thu, 27 Jul 2006 19:35:22 +0000 |
parents | 62e7b9307d00 |
children | 8702f00329bf |
line wrap: on
line diff
--- a/Makeconf.in +++ b/Makeconf.in @@ -300,6 +300,7 @@ # Where to put executables to be run by Octave rather than by the # user that are specific to this site. localarchlibdir = @localarchlibdir@ +localapiarchlibdir = @localapiarchlibdir@ localverarchlibdir = @localverarchlibdir@ # Where to put object files that will by dynamically loaded. @@ -517,6 +518,7 @@ -e "s|%OCTAVE_LOCALFCNFILEDIR%|\"${localfcnfiledir}\"|" \ -e "s|%OCTAVE_LOCALOCTFILEDIR%|\"${localoctfiledir}\"|" \ -e "s|%OCTAVE_LOCALSTARTUPFILEDIR%|\"${localstartupfiledir}\"|" \ + -e "s|%OCTAVE_LOCALAPIARCHLIBDIR%|\"${localapiarchlibdir}\"|" \ -e "s|%OCTAVE_LOCALVERARCHLIBDIR%|\"${localverarchlibdir}\"|" \ -e "s|%OCTAVE_LOCALVERFCNFILEDIR%|\"${localverfcnfiledir}\"|" \ -e "s|%OCTAVE_LOCALVEROCTFILEDIR%|\"${localveroctfiledir}\"|" \