Nobuyoshi Nakada
355bc37196
Reuse the default `AC_LANG_PROGRAM(C)` definition
2022-01-23 01:02:11 +09:00
Nobuyoshi Nakada
ad150a1459
Override `AC_C_PROGRAM` on old autoconf
...
Autoconf 2.69 fails to detect `-Werror=old-style-definition` due
to the old style definition of `main`.
2022-01-22 20:13:46 +09:00
Nobuyoshi Nakada
1f56238032
Remove comments in tool/m4 from the generated configure
2021-04-17 19:14:21 +09:00
Nobuyoshi Nakada
c32375883a
Update for autoconf 2.70
2021-01-18 16:22:17 +09:00
shyouhei
5839396028
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
2018-01-20 07:14:59 +00:00
shyouhei
0664a6377a
refactor split configure.ac into files
...
This does not (yet) change anything. The generated configure file
is the identical to previous one (except several empty lines added
and deleted).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-01-20 07:05:25 +00:00