Last updated 6 years ago
autotools を利用したソースコードを配布するときには configure.scan、autoscan.log、configure.ac などの中間生成ファイルは不要。
Makefile.amに
AUTOMAKE_OPTIONS = foreign
を書く
"autoreconfの使い方":
"configure.inの各パラメータ説明":
"はじめてのautotools":