aboutsummaryrefslogtreecommitdiffstats
path: root/tool/m4/ruby_check_sysconf.m4
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-20 07:14:59 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-20 07:14:59 +0000
commit6c12cd2737cfd8668daa912e206e48ea885501fd (patch)
tree42e540baec84b2e67ccf9670c154efc930a596ac /tool/m4/ruby_check_sysconf.m4
parent8036e5e5ffb79978592bd794925183938b0c1db2 (diff)
downloadruby-6c12cd2737cfd8668daa912e206e48ea885501fd.tar.gz
Emacs friendliness [ci skip]
Just add comment by: sed -i $'1i\\\n# -*- Autoconf -*-' tool/m4/*.m4 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/m4/ruby_check_sysconf.m4')
-rw-r--r--tool/m4/ruby_check_sysconf.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/m4/ruby_check_sysconf.m4 b/tool/m4/ruby_check_sysconf.m4
index 7e5d72d426..f6b247a16f 100644
--- a/tool/m4/ruby_check_sysconf.m4
+++ b/tool/m4/ruby_check_sysconf.m4
@@ -1,3 +1,4 @@
+# -*- Autoconf -*-
AC_DEFUN([RUBY_CHECK_SYSCONF], [dnl
AC_CACHE_CHECK([whether _SC_$1 is supported], rb_cv_have_sc_[]m4_tolower($1),
[AC_TRY_COMPILE([#include <unistd.h>