Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
autotools でビルドするプログラムを作成しようとしていますが、作成しようとすると問題が発生しました。Automake は depcomp というファイルに依存しているようです。このファイルが何をするのか、何を入力する必要があるか、どのように作成する必要があるのか 疑問に思っていました。
depcompautomake --installの実行時(または、より良いのは、実行時) に Automake 自体によってインストールされますautoreconf -vfi。コンパイルの副作用として、依存関係を追跡するために使用されます。
depcomp
automake --install
autoreconf -vfi