文件
克隆/下载
mkauto.sh 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 4年前 . 第一次提交
#! /bin/sh
# This script makes the autoconf mechanism for the Unix port work.
# It's separate from mkfiles.pl because it won't work (and isn't needed)
# on a non-Unix system.
# It's nice to be able to run this from inside the unix subdir as
# well as from outside.
test -f unix.h && cd ..
# Run autoconf on our real configure.in.
autoreconf -i && rm -rf autom4te.cache
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化