diff src/defaults.h.in @ 5847:62e7b9307d00

[project @ 2006-06-08 14:28:07 by jwe]
author jwe
date Thu, 08 Jun 2006 14:28:07 +0000
parents 5e41e06f6a78
children a6a2423a9c25
line wrap: on
line diff
--- a/src/defaults.h.in	Wed Jun 07 18:16:16 2006 +0000
+++ b/src/defaults.h.in	Thu Jun 08 14:28:07 2006 +0000
@@ -49,6 +49,10 @@
 #define OCTAVE_DATADIR %OCTAVE_DATADIR%
 #endif
 
+#ifndef OCTAVE_DATAROOTDIR
+#define OCTAVE_DATAROOTDIR %OCTAVE_DATAROOTDIR%
+#endif
+
 #ifndef OCTAVE_EXEC_PREFIX
 #define OCTAVE_EXEC_PREFIX %OCTAVE_EXEC_PREFIX%
 #endif