diff configure.in @ 8865:eace5649a8b5

set default value for doc_cache_file variable
author John W. Eaton <jwe@octave.org>
date Wed, 25 Feb 2009 01:24:12 -0500
parents 538184c540a9
children eb63fbe60fab
line wrap: on
line diff
--- a/configure.in	Wed Feb 25 06:47:16 2009 +0100
+++ b/configure.in	Wed Feb 25 01:24:12 2009 -0500
@@ -88,6 +88,7 @@
 
 OCTAVE_SET_DEFAULT(man1dir, '$(mandir)/man1')
 OCTAVE_SET_DEFAULT(man1ext, '.1')
+OCTAVE_SET_DEFAULT(doc_cache_file, '$(octetcdir)/DOC')
 OCTAVE_SET_DEFAULT(infofile, '$(infodir)/octave.info')
 OCTAVE_SET_DEFAULT(octincludedir, '$(includedir)/octave-$(version)')
 OCTAVE_SET_DEFAULT(fcnfiledir, '$(datadir)/octave/$(version)/m')