代码搜索:Autoconf

找到约 8,642 项符合「Autoconf」的源代码

代码结果 8,642
www.eeworm.com/read/481359/6639380

h setnonblock.h

#ifndef SETNONBLOCK_H #define SETNONBLOCK_H #include "./def.h" #include #ifdef WINDOWS #include #else #include // autoconf manual: Darwin + others prereq for s
www.eeworm.com/read/409492/11320924

sh autogen.sh

#!/bin/sh set -x autoheader libtoolize --force aclocal automake --add-missing autoconf
www.eeworm.com/read/401853/11546812

cvs makefile.cvs

default: all all: aclocal autoheader automake --add-missing autoconf glib-gettextize -f
www.eeworm.com/read/401589/11555884

rebuild

#! /bin/sh # # rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf, # and libtool. # # $Id: rebuild,v 1.2 1999/09/08 19:40:59 erikm Exp $ # echo '$Id: rebuild,v 1.2 1999/09/08
www.eeworm.com/read/401589/11555885

rebuild-gcc

#! /bin/sh # # rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf, # and libtool. # # This is the version for use with the GNU C/C++ compilers # # $Id: rebuild-gcc,v 1.2 1999/0
www.eeworm.com/read/347434/11665642

sh autogen.sh

#!/bin/sh ACPATH1="/usr/share/aclocal"; if [ -d $ACPATH1 ]; then ACPATH="-I $ACPATH1" fi echo "libtoolize" libtoolize --force --copy --automake echo "aclocal" aclocal $ACPATH echo "automake"
www.eeworm.com/read/154972/11908736

m4 autoheader.m4

# This file is part of Autoconf. -*- Autoconf -*- # Interface with autoheader. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002 Free Software Foundat
www.eeworm.com/read/154972/11909075

in makefile.in

# Makefile.in generated by automake 1.7a from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 # Free Software Foundation, Inc. # This Makef
www.eeworm.com/read/152804/12080865

bootstrap

#! /bin/sh set -x aclocal -I config autoheader automake --foreign --add-missing --copy autoconf
www.eeworm.com/read/151831/12171987

h config.h

/* rough config.h */ /* * History * * 2002-01-16: Nandy Lyu * - Initial code * */ #ifndef _CONFIG_H_ #define _CONFIG_H_ #include "autoconf.h" #endif /* _CONFIG_H_ */