autogen.sh
来自「一个通用的隐性马尔可夫C代码库 开发环境:C语言 简要说明:这是一个通用的」· Shell 代码 · 共 29 行
SH
29 行
#! /bin/sh# author : Achim Gaedke# filename : ghmm/autogen.sh# created : DATE: April 2001# $Id: autogen.sh,v 1.10 2002/03/05 10:03:44 pipenb Exp $#move GNU m4 to head of PATHsep_path=`echo $PATH|sed -n 's/:/ /gp'`for f in $sep_path ; do test -f $f/m4 && echo `eval $f/m4 --version 2>/dev/null` |grep GNU >/dev/null && PATH=$f:$PATHdone#makes aclocal.m4 from acinclude.m4 and other filesaclocal#scans configure.in and creates config.h.inautoheader#creates Makefile.in from Makefile.amautomake --add-missing#creates ltmain.shlibtoolize --automake#creates configure from configure.inautoconf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?