代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/160611/5569079
h configtemplate.h
/* Run configure to generate config.h automatically on any
system supported by GNU autoconf. For all other systems,
use this file as a template to create config.h
*/
#undef HAVE_INTTYPES_H
www.eeworm.com/read/292796/8332928
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,
www.eeworm.com/read/148126/12490530
readme
helloworld_cc
-------------
This project shows the basics of using automake and autoconf for C++ projects.
It is a 'deep' project, meaning that it has source code organised into sub-projects. This is
www.eeworm.com/read/102394/15782997
sh autogen.sh
#! /bin/sh
# Run this to generate all the auto-generated files needed by the GNU
# configure program
libtoolize --automake
aclocal
automake --add-missing --gnu
autoconf
www.eeworm.com/read/191936/8415273
sh autogen.sh
#! /bin/sh
set -x
aclocal
libtoolize --copy --automake
#autoheader
#add --include-deps if you want to bootstrap with any other compiler than gcc
#automake --copy --add-missing --include-deps
automake
www.eeworm.com/read/353619/10434658
sh autogen.sh
#!/bin/sh
echo "Generating build information using aclocal, autoheader, automake and autoconf"
echo "This may take a while ..."
# Regenerate configuration files.
aclocal
autoheader
automake --inclu
www.eeworm.com/read/423577/10546506
m4 longdouble.m4
# longdouble.m4 serial 2 (gettext-0.15)
dnl Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to
www.eeworm.com/read/349030/10855292
sh autogen.sh
#! /bin/sh
#
# $Id: autogen.sh,v 1.15 2007-10-07 17:15:15 al-guest Exp $
AUTOMAKEVER=1.10
set -x
aclocal-$AUTOMAKEVER
[ "$?" != 0 ] && echo "aclocal-$AUTOMAKEVER not available or failed!" && exit 1
www.eeworm.com/read/468463/6990989
install
ALSA utils installation
=======================
Requirements
------------
alsamixer requires the ncurses library. Some systems need to install
the develop package additionally to link with t
www.eeworm.com/read/468463/6991038
m4 longdouble.m4
# longdouble.m4 serial 2 (gettext-0.15)
dnl Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to