代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/387007/8713168
sh bootstrap.sh
#!/bin/bash
aclocal
automake --add-missing --copy
autoheader
autoconf
www.eeworm.com/read/286090/8790108
m4 isc-posix.m4
# isc-posix.m4 serial 2 (gettext-0.11.2)
dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License.
www.eeworm.com/read/384729/8847697
sh autogen.sh
#!/bin/sh
aclocal && \
autoheader && \
autoconf && \
automake --gnu -a -c && \
libtoolize --automake -c -f && \
test -x ./configure && ./configure $@
www.eeworm.com/read/187101/8856541
in makefile.in
# Makefile for Autoconf.
# Copyright (C) 1992, 1993, 1994, 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU G
www.eeworm.com/read/428216/8883093
h config.h
#ifndef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H
/* #include */
#endif
www.eeworm.com/read/183892/9133607
m4 isc-posix.m4
# isc-posix.m4 serial 2 (gettext-0.11.2)
dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License.
www.eeworm.com/read/181983/9223084
thanks
GNU AUTOCONF, AUTOMAKE and LIBTOOL.
Gary V. Vaughan, Ben Elliston, Tom Tromey and Ian Lance Taylor
http://sources.redhat.com/autobook/
Bob Jenkins' hash table implementation
http://burtleburtle.ne
www.eeworm.com/read/178690/9388377
sh autogen.sh
#! /bin/sh
echo aclocal...
(aclocal --version) < /dev/null > /dev/null 2>&1 || {
echo aclocal not found
exit 1
}
aclocal -I ./scripts -I . ${ACLOCAL_FLAGS}
echo autoheader...
(autoheader --
www.eeworm.com/read/374494/9402737
m4 isc-posix.m4
# isc-posix.m4 serial 2 (gettext-0.11.2)
dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License.