[バージョン] JDim 0.2.96-ma8ma20191031(git:a27226bb9e:M)
[ディストリ ] Ubuntu 16.04.6 LTS (x86_64)
[パッケージ] バイナリ/ソース( <配布元> )
[ DE/WM ] MATE
[ gtkmm  ] 3.18.0
[ glibmm  ] 2.46.3
[ TLS lib ] OpenSSL 1.1.1d 10 Sep 2019
[オプション ] '--with-gtkmm3'
'--with-thread=std'
'--with-tls=openssl'
'--with-native'
'--with-alsa'
'--with-regex=oniguruma''--with-migemo'
[ そ の 他 ]

>>481自己レス
https://github.com/ma8ma/JDim/commit/92a36e936fa27dc2d262271c8a97e1923fbfa51f
> 1. `configure.ac` の `AX_CXX_COMPILE_STDCXX([14], [noext], [mandatory])` の行を削除する。
> 2. `autoreconf -i` で `configure` を作りconfigureチェックをやり直す。
> 3. `make CXXFLAGS+="-std=c++14"` でビルドする。
gitしてからconfigure.ac書き換えてautoreconf -i、./configure、make CXXFLAGS+="-std=c++14"でmakeできた。