⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 autogen.sh

📁 linux 下的源代码分析阅读器 red hat公司新版
💻 SH
字号:
#!/bin/sh# Run this program (./autogen.sh) after changing any of# the files that are used to automatically generate# other files. This includes:#   Makefile.am#   acinclude.m4#   configure.in# Input Files#   acinclude.m4#   configure.inaclocal# Output File#   aclocal.m4# Input Files#   aclocal.m4#   configure.inautoheader# Output File#   config.h.in# Input Files#   configure.in#   Makefile.amif (automake --version | grep "GNU automake.*1\.4" > /dev/null) ; then    automake --cygnuselif (automake --version | grep "GNU automake.*1\.6" > /dev/null) ; then    automake --cygnus --ignore-depselse    automake --cygnus --ignore-deps --add-missing --copyfi# Output File#   Makefile.in# Input Files#   aclocal.m4#   configure.inautoconf# Output File#   configure

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -