view .dir-locals.el @ 15305:df7ab06ff541

build: Overhaul LLVM determination in configure.ac Add --disable-jit option to configure. Locate llvm-config either through environment variable or in PATH. Fix incorrect use of AC_CHECK_HEADERS macro * configure.ac: Add --disable-jit option to configure. Locate llvm-config either through environment variable or in PATH. Fix incorrect use of AC_CHECK_HEADERS macro.
author Rik <rik@octave.org>
date Wed, 05 Sep 2012 16:29:07 -0700
parents 7600200a54c8
children 9ff04de067ce
line wrap: on
line source

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