代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/176161/9514640
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/169790/9838247
reconfig
#!/bin/sh
#
# Copyright (C) 1999-2001 Open Source Telecom Corporation.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, wi
www.eeworm.com/read/164463/10106930
h config.h
#ifndef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H
#include
#endif
www.eeworm.com/read/359831/10121514
install
___________________________________
General FAAC compiling instructions
1. Make sure you have recent versions of autoconf, automake and libtool installed.
For MP4 writing and tagging support,
www.eeworm.com/read/359751/10125949
h config.h
#ifndef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H
#include
#endif
www.eeworm.com/read/279175/10457335
update-autotools
#! /bin/sh
#
# When local system does not have the latest autoconf/automake
# -- Kunihiro Ishiguro
#
rm -f config.cache
rm -f Makefile.in
rm -f aclocal.m4
rm -f config.h.in
www.eeworm.com/read/275970/10780369
cvsbuild
#! /bin/sh
PROJECT=strace
DIE=0
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have autoconf installed to compile $PROJECT."
echo "Download the appropriate package fo
www.eeworm.com/read/274869/10847152
bootstrap
#!/bin/sh
# Jeffrey Fulmer
# Sat Jan 6 11:36:27 EST 2001
#
# part of siege distribution
# automates the autotools
set -x
aclocal
autoheader
automake --foreign --copy
autoco
www.eeworm.com/read/349030/10855618
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/469553/6931208
sh autogen.sh
#!/bin/sh -x
#aclocal
#autoheader
#libtoolize --copy --force
#automake-1.9 -acf
#autoconf
autoreconf -i -f -v