📄 autogen.sh
字号:
#! /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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -