comparison configure.in @ 8940:6994961bf1f4

use doc-cache instead of DOC for doc cache file name
author John W. Eaton <jwe@octave.org>
date Mon, 09 Mar 2009 14:31:10 -0400
parents 35e18344fae8
children a48fba01e4ac
comparison
equal deleted inserted replaced
8939:4e1fed5d847b 8940:6994961bf1f4
87 87
88 ### some defaults 88 ### some defaults
89 89
90 OCTAVE_SET_DEFAULT(man1dir, '$(mandir)/man1') 90 OCTAVE_SET_DEFAULT(man1dir, '$(mandir)/man1')
91 OCTAVE_SET_DEFAULT(man1ext, '.1') 91 OCTAVE_SET_DEFAULT(man1ext, '.1')
92 OCTAVE_SET_DEFAULT(doc_cache_file, '$(octetcdir)/DOC') 92 OCTAVE_SET_DEFAULT(doc_cache_file, '$(octetcdir)/doc-cache')
93 OCTAVE_SET_DEFAULT(infofile, '$(infodir)/octave.info') 93 OCTAVE_SET_DEFAULT(infofile, '$(infodir)/octave.info')
94 OCTAVE_SET_DEFAULT(octincludedir, '$(includedir)/octave-$(version)') 94 OCTAVE_SET_DEFAULT(octincludedir, '$(includedir)/octave-$(version)')
95 OCTAVE_SET_DEFAULT(fcnfiledir, '$(datadir)/octave/$(version)/m') 95 OCTAVE_SET_DEFAULT(fcnfiledir, '$(datadir)/octave/$(version)/m')
96 OCTAVE_SET_DEFAULT(localfcnfiledir, '$(datadir)/octave/site/m') 96 OCTAVE_SET_DEFAULT(localfcnfiledir, '$(datadir)/octave/site/m')
97 OCTAVE_SET_DEFAULT(localapifcnfiledir, 97 OCTAVE_SET_DEFAULT(localapifcnfiledir,