代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/105057/15678753
bootstrap
#! /bin/sh
set -x
aclocal -I config
autoheader
automake --foreign --add-missing --copy
autoconf
www.eeworm.com/read/355973/7110012
ac configure.ac
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)dnl
AC_INIT(Makefile.in)
AC_CONFIG_HEADER(config.h:config.in)
sinclude(../common/aclocal.m4)
# Bugs in autoconf 2.59
www.eeworm.com/read/243870/12911091
bootstrap
#!/bin/sh
#cd sndlib-20
#configure
#cd ..
echo=on
if test -e configure.in; then \
echo 'autoscan not run'; \
else \
echo 'autoscan'; \
autoscan; \
echo 'autoscan'; \
mv configure.scan configure
www.eeworm.com/read/242859/12977416
m4 ax_compiler_vendor.m4
##### http://autoconf-archive.cryp.to/ax_compiler_vendor.html
#
# SYNOPSIS
#
# AX_COMPILER_VENDOR
#
# DESCRIPTION
#
# Determine the vendor of the C/C++ compiler, e.g., gnu, intel, ibm,
# sun, hp
www.eeworm.com/read/148153/5717452
in config.h.in
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/*
acconfig.h - template used by autoheader to create config.h.in
config.h.in - used by autoconf to create config.h
www.eeworm.com/read/148153/5717487
in config.h.in
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/*
acconfig.h - template used by autoheader to create config.h.in
config.h.in - used by autoconf to create config.h
www.eeworm.com/read/148153/5717498
in config.h.in
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/*
acconfig.h - template used by autoheader to create config.h.in
config.h.in - used by autoconf to create config.h
www.eeworm.com/read/148153/5717524
in config.h.in
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/*
acconfig.h - template used by autoheader to create config.h.in
config.h.in - used by autoconf to create config.h