view .dir-locals.el @ 19896:6b851f6acd55

configure.ac: Remove a few more test x"" instances. * configure.ac: Don't use x"$VAR" for testing enable_shared and enable_static. Rewrite FFLAGS testing to use -z to avoid testing for x"". Rewrite F77 compiler existence test to use -n to ovaid testing for x"".
author Rik <rik@octave.org>
date Wed, 25 Feb 2015 12:42:12 -0800
parents 9ff04de067ce
children
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))))