代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/292796/8332910
m4 autoupdate.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Interface with autoupdate.
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
www.eeworm.com/read/292796/8332935
m4 autotest.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Interface with Autotest.
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, In
www.eeworm.com/read/202756/15374484
sh autogen.sh
#!/bin/sh
#
aclocal
automake --foreign
autoconf
./configure $*
www.eeworm.com/read/187101/8856487
exp sizeof.exp
autoconf_test AC_CHECK_SIZEOF "AC_CHECK_SIZEOF(long *)"
www.eeworm.com/read/182200/9211895
sh autogen.sh
#!/bin/sh
aclocal && automake --add-missing && autoconf