簡體   English   中英

“autoreconf”:未找到 include/Makefile.in

[英]"autoreconf": include/Makefile.in not found

我已經下載了我要編譯的tarball 所以我寫了這個:

/tmp/libtheoraplayer/trunk/$ autoreconf --force --install

但我得到了這個:

libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:54: required file **`include/Makefile.in'** not found autoreconf: automake failed with exit status: 1

但是文件 Makefile.in 位於src/文件夾中。

任何的想法?

哈維爾

據我所知,安裝程序的最終用戶不需要執行 autoreconf。 它適用於開發人員。 當您從存儲庫中獲得代碼並嘗試構建它時(即使您不是開發人員),您需要 autoreconf。 如果不是這種情況,您只能嘗試安裝和使用該軟件,嘗試創建一個新副本,然后

./configure
make
make install

HTH

好吧,如果你需要 autoreconf,安裝它

yum install automake autoconf

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM