/freebsd/crypto/krb5/src/include/ |
H A D | Makefile.in | 7 all-unix: krb5/krb5.h 9 all-unix: maybe-make-db.h-@DB_HEADER_VERSION@ 11 generate-files-mac: krb5/krb5.h 13 maybe-make-db.h-k5: 14 : db.h will be installed by util/db2 15 maybe-make-db.h-sys: 16 : fall back to system db.h 17 maybe-make-db.h-redirect: 18 test -r db.h || echo '#include <@DB_HEADER@>' > db.h 20 ET_HEADERS = adm_err.h asn1_err.h kdb5_err.h krb5_err.h k5e1_err.h [all …]
|
/freebsd/contrib/bmake/mk/ |
H A D | autoconf.mk | 3 # $Id: autoconf.mk,v 1.20 2024/02/17 17:26:57 sjg Exp $ 18 .NOPATH: config.h config.gen config.recheck config.status 20 CONFIGURE_DEPS += ${.CURDIR}/config.h.in ${.CURDIR}/configure 22 .if !target(config.h) 23 config.h: .NOTMAIN ${CONFIGURE_DEPS} config.status 54 # this is not quite per the autoconf manual, 57 .if make(autoconf-input) || make(configure) || make(confi [all...] |
/freebsd/crypto/krb5/src/util/ |
H A D | mkrel | 107 if grep KRB5_RELDATE $reldir/src/patchlevel.h > /dev/null 2>&1; then 115 eval `sed -n 's/#define \([A-Z0-9_]*\)[ \t]*\(.*\)/\1=\2/p' < $reldir/src/patchlevel.h` 137 #define KRB5_RELDATE "'"$reldate"'"' patchlevel.h > patchlevel.h.new && \ 138 mv patchlevel.h.new patchlevel.h) 151 cat > patchlevel.h <<EOF 160 if test -d $reldir/src/util/autoconf; then 162 (cd $reldir/src/util/autoconf 164 make) 169 if test -d $reldir/src/util/autoconf; then 171 (cd $reldir/src/util/autoconf; make distclean) [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | INSTALL.md | 13 After libpcap has been built (either install it with `make install` or 14 make sure both the libpcap and tcpdump source trees are in the same 19 build the `configure` and `config.h.in` files. 31 * Next, build tcpdump by running `make`. 33 On OpenBSD, you may need to set, before the `make`, the `AUTOCONF_VERSION` 35 `AUTOCONF_VERSION=2.69 make` 37 If everything builds fine, `su` and type `make install`. This will install 57 for any modifications you need to make. 72 aclocal.m4 - autoconf macros 74 addrtoname.h - address to hostname definitions [all …]
|
/freebsd/contrib/unbound/ |
H A D | freebsd-configure.sh | 17 (cd $unbound && libtoolize --copy && autoheader && autoconf) 20 export CC=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCC) 21 export CPP=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCPP) 26 [ -f $ldnssrc/ldns/ldns.h ] || error "can't find LDNS sources" 32 ldnsobj=$(realpath $(make -C$ldnsbld -V.OBJDIR)) 42 mv config.h ../../lib/libunbound
|
/freebsd/crypto/openssh/ |
H A D | freebsd-configure.sh | 21 (cd $openssh && libtoolize --copy && autoheader && autoconf) 24 export CC=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCC) 25 export CPP=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCPP) 32 mv config.h config.h.kerberos5 44 mv config.h config.h.sk-builtin 50 diff -u config.h.kerberos5 config.h | 52 grep -Ff /dev/stdin config.h.kerberos5 > krb5_config.h 55 diff -u config.h.sk-builtin config.h | 57 grep -Ff /dev/stdin config.h.sk-builtin > sk_config.h
|
/freebsd/contrib/openbsm/ |
H A D | FREEBSD-upgrade | 13 OpenBSM is normally built using an integrated autoconf/automake build 15 adapted BSD make (bmake) build system loosely based on the automake 16 setup. We also rely on a static config.h generated when OpenBSM is 19 not in the base tree (i.e., autoconf, automake, GNU make, etc). An 23 - Run configure, commit src/contrib/openbsm/config/config.h. 33 contrib/openbsm/bsm audit.h audit_internal.h audit_kevents.h 34 audit_record.h
|
/freebsd/crypto/krb5/src/config/ |
H A D | pre.in | 6 # These are set per-directory by autoconf 2.52 and 2.53: 9 # but these are only set by autoconf 2.53, and thus not useful to us on 47 # calls make. 189 ## This is needed because autoconf will sometimes define @exec_prefix@ to be 248 AUTOCONF = autoconf 339 COM_ERR_DEPS-k5 = $(BUILDTOP)/include/com_err.h 343 SS_DEPS-k5 = $(BUILDTOP)/include/ss/ss.h $(BUILDTOP)/include/ss/ss_err.h 347 VERTO_DEPS-k5 = $(BUILDTOP)/include/verto.h 394 # So test programs can find their libraries without "make install", etc. 439 .SUFFIXES: .h .c .et .ct [all …]
|
/freebsd/contrib/libpcap/ |
H A D | INSTALL.md | 2 Libpcap can be built either with the configure script and `make`, or 5 To build libpcap with the configure script and `make`: 9 build the `configure` and `config.h.in` files. 21 * Next, run `make`. If everything goes well, you can 22 `su` to root and run `make install`. However, you need not install 23 libpcap if you just want to build tcpdump; just make sure the tcpdump 26 On OpenBSD, you may need to set, before the `make`, the `AUTOCONF_VERSION` 28 `AUTOCONF_VERSION=2.69 make` 73 forget to include an autoconf fragment suitable for use in 116 perhaps errors. Either make sure your path has `/opt/SUNWspro/bin` [all …]
|
H A D | CHANGES | 20 pcap: make the seconds and microseconds/nanoseconds fields unsigned. 21 Remove the unused pcap-rpcap-int.h header file. 55 in recent SDKs, including tagging pcap-namedb.h routines. 125 Cirrus CI: Add the "make releasecheck" command in the Linux task. 127 Cirrus CI: Run the "make whitespacecheck" command in the Linux task. 137 Autoconf: Add autogen.sh, remove configure and config.h.in and put 144 Extend "make shellcheck" onto mkdep too. 176 Get rid of the remains of gnuc.h. 177 Require at least autoconf 2.69. 184 Fix typo in comment in pflog.h. [all …]
|
/freebsd/contrib/mandoc/ |
H A D | INSTALL | 38 Then run "cp cgi.h.example cgi.h" and edit cgi.h as desired. 58 5. Run "make". 59 Any POSIX-compatible make, in particular both BSD make and GNU make, 63 6. Run "make -n install" and check whether everything will be 68 Basically, that amounts to "make regress" to do a standard regression 78 8. Run "sudo make install". If you intend to build a binary 80 command like "make DESTDIR=... install". Read the *-install targets 118 One of the chief design goals of the mandoc toolbox is to make 129 The mandoc package intentionally does not use GNU autoconf because 135 autoconf-style workarounds. [all …]
|
/freebsd/contrib/bmake/ |
H A D | Makefile | 16 make.c \ 31 SRCS.${MAN} = ${srcdir}/make.1 73 FILEMON_H ?= /usr/include/dev/filemon/filemon.h 74 .if exists(${FILEMON_H}) && ${FILEMON_H:T} == "filemon.h" 123 .if ${PROG} != "make" || ${srcdir} != ${.CURDIR} || !exists(${srcdir}/${MAN}) 140 .if make(obj) || make(clean) 151 .if ${PROG} != "make" 155 -e '/^.Nm/s/make/${PROG}/' \ 164 echo ".Xr make [all...] |
/freebsd/contrib/less/ |
H A D | INSTALL | 2 install software using autoconf. For specific instructions 14 It may also create one or more `.h' files containing system-dependent 28 called `autoconf'. You only need `configure.ac' if you want to change 29 it or regenerate `configure' using a newer version of `autoconf'. 42 2. Type `make' to compile the package. 44 3. Optionally, type `make check' to run any self-tests that come with 47 4. Type `make install' to install the programs and any data files and 51 source code directory by typing `make clean'. To also remove the 53 a different kind of computer), type `make distclean'. There is 54 also a `make maintainer-clean' target, but that is intended mainly [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | README.txt | 4 * the sqlite3.h and sqlite3ext.h header files that define the C-language 7 * autoconf-like installation infrastucture for building on POSIX 15 The canonical make system for SQLite requires TCL as part of the build 22 (and its associated header file "sqlite3.h"). Because the 36 Step-by-step instructions on how to build using the canonical make 46 Unix: ./configure; make
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | README | 10 Usage Instructions for autoconf/automake/libtoolized projects: 13 copying ``libopts.m4'' to your autoconf macro directory. 24 be sure to tell autoconf about it with: 55 $(prog_OBJECTS) : prog-opts.h 56 prog-opts.h : prog-opts.c 94 files in a package make use of a single libopts tearoff. In that
|
/freebsd/contrib/ntp/ |
H A D | INSTALL | 11 It may also create one or more `.h' files containing system-dependent 25 called `autoconf'. You only need `configure.in' if you want to change 26 it or regenerate `configure' using a newer version of `autoconf'. 39 2. Type `make' to compile the package. 41 3. Optionally, type `make check' to run any self-tests that come with 44 4. Type `make install' to install the programs and any data files and 48 source code directory by typing `make clean'. To also remove the 50 a different kind of computer), type `make distclean'. There is 51 also a `make maintainer-clean' target, but that is intended mainly 74 own directory. To do this, you must use a version of `make' that [all …]
|
H A D | README | 29 INSTALL Generic installation instructions for autoconf-based programs. 48 GNU automake and autoconf utilities installed. 50 Makefile.in Autoconf make file template for Unix. 77 config.h.in Configuration file generated automatically from 85 GNU automake and autoconf utilities installed. 141 stamp.h.in Configuration file generated automatically from configure.in.
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | acx_pthread.m4 | 1 ##### http://autoconf-archive.cryp.to/acx_pthread.html 43 # on work by SGJ on autoconf scripts for FFTW (http://www.fftw.org/) 45 # macros posted by Alejandro Forero Cuervo to the autoconf macro 82 # make and distribute a modified version of the Autoconf Macro, you 92 # We used to check for pthread.h first, but this fails if pthread.h 133 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) 193 # Check for various functions. We must include pthread.h, 195 # need a special flag -Kthread to make this header compile.) 202 AC_TRY_LINK([#include <pthread.h>], [all...] |
/freebsd/contrib/libevent/m4/ |
H A D | acx_pthread.m4 | 1 ##### http://autoconf-archive.cryp.to/acx_pthread.html 43 # on work by SGJ on autoconf scripts for FFTW (http://www.fftw.org/) 45 # macros posted by Alejandro Forero Cuervo to the autoconf macro 82 # make and distribute a modified version of the Autoconf Macro, you 92 # We used to check for pthread.h first, but this fails if pthread.h 133 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) 193 # Check for various functions. We must include pthread.h, 195 # need a special flag -Kthread to make this header compile.) 202 AC_TRY_LINK([#include <pthread.h>], 232 AC_TRY_LINK([#include <pthread.h>], [int attr=$attr; return attr;],
|
/freebsd/contrib/byacc/ |
H A D | CHANGES | 16 resync with my-autoconf: CF_CONST_X_STRING CF_MKSTEMP CF_WITH_MAN2HTML CF_XOPEN_SOURCE 53 * error.c, defs.h, reader.c: 67 * defs.h, error.c: add function unexpected_value() 80 make test-differences smaller when compiling with YY_NO_LEAKS by replacing 106 * defs.h: rename no_space() to on_error() 110 * aclocal.m4: resync with my-autoconf: CF_GCC_VERSION CF_XOPEN_SOURCE 131 * aclocal.m4: resync with my-autoconf 135 * test/yacc/ok_syntax1.tab.h, test/yacc/ok_syntax1.tab.c, 136 test/btyacc/ok_syntax1.tab.h, test/btyacc/ok_syntax1.tab.c: 164 * aclocal.m4: resync with my-autoconf [all …]
|
/freebsd/contrib/expat/ |
H A D | README.md | 142 GNU autoconf and libtool tools. To do this, you need to have 143 autoconf 2.58 or newer. Run the script like this: 168 libexpat into `/usr/local/lib`, `expat.h` into `/usr/local/include`, and 188 After running the configure script, the `make` command will build 189 things and `make install` will install things into their proper 191 `make` options. Note that you need to have write permission into 196 these instructions (after having run `make distclean`). 218 1. Run `make` (which excludes xmlwf). 220 1. Run `make install` (again, excludes xmlwf). 225 make install DESTDIR=/path/to/image [all …]
|
/freebsd/sys/contrib/openzfs/module/ |
H A D | Makefile.in | 51 FMAKE = env -u MAKEFLAGS make $(FMAKEFLAGS) 121 …cp ../zfs.release ../zfs_config.h @LINUX_SYMBOLS@ $(DESTDIR)/@prefix@/src/zfs-@VERSION@/@LINUX_VER… 138 …$(RM) $(addprefix $(DESTDIR)/@prefix@/src/zfs-@VERSION@/@LINUX_VERSION@/,zfs.release zfs_config.h … 151 --include=@LINUX_OBJ@/include/generated/autoconf.h \ 152 --include=@top_builddir@/zfs_config.h \ 172 …&& !/ zfs_/ {print "#define\t" $$6 " zfs_" $$6}' | sort; done >> zstd/include/zstd_compat_wrapper.h
|
/freebsd/contrib/sqlite3/autosetup/ |
H A D | README.md | 54 - [autoconf/auto.def][]: the main driver script for the "autoconf" 56 version of the main `auto.def` file. The `autoconf` dir was ported 58 the "autoconf" name to minimize downstream disruption. 91 considerably at the cost of performance in `make devtest` and the 145 build modes ("canonical" or "autoconf"). After processing all flags, 203 `make distclean` will remove that file. 208 platform-dependent, most notably to make its `[file normalize]` work. 213 scripts invoked via `make` may use `[file normalize]`, as they'll use 262 `sqlite_cfg.h`, it does so in the more conventional `X_Y` form because 263 those flags get exported as as C `#define`s to `sqlite_cfg.h`, where [all …]
|
/freebsd/contrib/bsnmp/ |
H A D | NEWS | 22 Add fallback definition for SA_SIZE() to support.h. 24 Move the porting definitions for U?INT32_{MIN,MAX} into support.h. 26 Include a sys/tree.h from FreeBSD-current and add autoconf 29 1.11a Fix build of modules when stdint.h is included after asn1.h 57 snmp_dialog: make the syntax of the variable bindings in the outgoing 77 snmpd/trans_lsock.c: include stdio.h to get a prototype for remove. 150 Make an autoconf build infrastructure. 171 This requires changes in snmpmod.h and snmpclient.h. 177 Use inttypes.h instead of limits.h to get integer limits. This 184 a -h option to print a short help.
|
/freebsd/contrib/libarchive/build/autoconf/ |
H A D | m4_ax_compile_check_sizeof.m4 |
|