OSDN Git Service

[Fix] string 型にnullptrを代入していた潜在的不具合を解消した (正式に禁止されるのがC++23だったのでデバッグC++20環境では通り、リリースlat...
[hengbandforosx/hengbandosx.git] / bootstrap
1 #! /bin/sh
2
3 set -x
4 aclocal -I m4
5 autoheader
6 automake --foreign --add-missing --copy
7 autoconf