> For the complete documentation index, see [llms.txt](https://yutakatay.gitbook.io/katapedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yutakatay.gitbook.io/katapedia/doc/configure.md).

# Configure

## ファイル生成フロー

![](https://324548967-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LBcu6yUdEnDVm_rBprV%2F-LBcuIari7xvLycB2KdW%2F-LBcuXhthj7bA7HfL1Of%2Ffollow.png?generation=1525399826982067\&alt=media)

### 配布

autotools を利用したソースコードを配布するときには configure.scan、autoscan.log、configure.ac などの中間生成ファイルは不要。

## FAQ

#### NEWS README AUTHORS ChangeLogがいらない

Makefile.amに

AUTOMAKE\_OPTIONS = foreign

を書く

## 参考リンク

"autoreconfの使い方":<http://d.hatena.ne.jp/tomohikoseven/20120811/1344650299>

"configure.inの各パラメータ説明":<http://www.spa.is.uec.ac.jp/~kinuko/slidemaker/autotools/#slide5>

<http://transitive.info/2012/07/21/autotools-tutorial2-automake/>

[GNUビルドのやり方](http://cutter.sourceforge.net/reference/ja/tutorial.html)

"はじめてのautotools":<http://transitive.info/2012/07/21/autotools-tutorial2-automake/>
