软件安装过程中autogen.sh文件的作用

 

001、软件安装过程中autogen.sh文件的作用

(base) [root@pc1 vcftools-0.1.16]# ls         ## 原始解压后的文件, 有autogen.sh
autogen.sh  configure.ac  LICENSE      README.md  vcftools-0.1.16.tar.gz
build-aux   examples      Makefile.am  src
(base) [root@pc1 vcftools-0.1.16]# ./autogen.sh     ## 执行该文件
configure.ac:12: installing './install-sh'
configure.ac:12: installing './missing'
src/cpp/Makefile.am: installing './depcomp'
(base) [root@pc1 vcftools-0.1.16]# ls                ## 可以看到生成了相应的配置文件
aclocal.m4      config.h.in   examples     Makefile.in  vcftools-0.1.16.tar.gz
autogen.sh      configure     install-sh   missing
autom4te.cache  configure.ac  LICENSE      README.md
build-aux       depcomp       Makefile.am  src

autogen.sh的作用是自动生成了相应的配置文件。

 

posted @ 2024-05-13 09:22  小鲨鱼2018  阅读(52)  评论(0编辑  收藏  举报