view .dir-locals.el @ 21512:79aa496c6d47

maint: Fix configure warning messages on missing OpenGL graphics support * configure.ac (build_fltk_graphics): New variable, set when FLTK OpenGL support is present and working. (opengl_graphics): Set based on values of build_fltk_graphics and build_qt_graphics shell variables.
author Mike Miller <mtmiller@octave.org>
date Mon, 21 Mar 2016 15:54:53 -0700
parents 9ff04de067ce
children df203b20cfc6
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (and (buffer-file-name)
                          (string-match-p "\\.h\\'" (buffer-file-name))
                          (not (string-match-p "/gnulib/" (buffer-file-name))))
                 (c++-mode)
                 (c-set-style "gnu")))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))