代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/460770/7241006
readme
These are pre-created Makefiles for various platforms, use them if
GNU autoconf/automake packages are not supported on your system.
Copy appropriate Makefile to ../Makefile and run make.
www.eeworm.com/read/448620/7529043
authors
Joe Steffen - Creator of Cscope
Petr Sorfa - Maintainer
Simon Cozens - autoconf setup
garp@digi.com - .cc .hh support
jens persson - new man page
Edgar
www.eeworm.com/read/439363/7711489
sh autogen.sh
#!/bin/sh
aclocal
libtoolize --force
automake --add-missing
autoconf
autoheader
www.eeworm.com/read/435646/7788301
readme
These are pre-created Makefiles for various platforms, use them if
GNU autoconf/automake packages are not supported on your system.
Copy appropriate Makefile to ../Makefile and run make.
www.eeworm.com/read/100495/7807577
m4 acinclude.m4
dnl
dnl AC_PROG_CC_STDC now taken from autoconf 2.50
dnl
www.eeworm.com/read/434049/7893934
changelog
*******************************************************************************
What's new in this version (1.2.6, 2003/06/23):
06/03: Use autoconf/automake.
www.eeworm.com/read/306150/13751649
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
test -f configure.in || {
echo "**Error**: This directory does not look like the top-level directory"
exit 1
}
set -e
aclocal
www.eeworm.com/read/137691/5819737
install
Installation for TinyOS-specific uisp:
Execute
./COMPILE
(you can run the commands it contains directly if you prefer)
Then:
make install
(you must be root on Linux to perform this step)
WARNIN
www.eeworm.com/read/124910/6036666
configure
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
# Local configure fragment for sysdeps/unix/sysv/aix.
# Don't bother trying to generate any glue code to be compatible with the
www.eeworm.com/read/154972/11908782
m4 specific.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Macros that test for specific, unclassified, features.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,