Searched +refs:sqlite +refs:configure (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/sqlite3/autosetup/ |
H A D | README.md | 32 $ ./configure --reference | less 47 - [sqlite-config.tcl][]: utility code which is too project-specific 50 - [auto.def][]: the primary driver for the `./configure` process. 51 When we talk about "the configure script," we're technically 55 bundle's configure script. It is essentially a slightly trimmed-down 69 an `sqlite-` prefix are in [sqlite-config.tcl][]. The others are part 82 KEY=VALUE passed to the configure script or (2) the system's 114 Returns 1 if `--FLAG` was explicitly provided to configure, 131 - **`sqlite-add-feature-flag ?-shell? FLAG...`**\ 136 `sqlite-add-shell-opt`. This is a no-op if `FLAG` is not provided or [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | auto.def | 6 use sqlite-config 7 sqlite-configure autoconf { 8 sqlite-handle-debug 9 sqlite-check-common-bins ;# must come before [sqlite-handle-wasi-sdk] 10 sqlite-handle-wasi-sdk ;# must run relatively early, as it changes the environment 11 sqlite-check-common-system-deps
|
H A D | README.txt | 24 generate (the configure script itself is written in TCL but it can use 39 https://sqlite.org/src/doc/trunk/doc/compile-for-unix.md 40 https://sqlite.org/src/doc/trunk/doc/compile-for-windows.md 46 Unix: ./configure; make 52 The configure script follows common conventions, making it easy 57 ./configure --help 61 binaries than are necessary. Override it on the configure command 64 $ CFLAGS="-Os" ./configure 69 to the configure script. Others may be passed on in the CFLAGS. For 72 $ CFLAGS="-Os -DSQLITE_OMIT_DEPRECATED" ./configure [all …]
|
H A D | Makefile.in | 60 LDFLAGS.configure = @LDFLAGS@ 135 $(LDFLAGS.rt) $(LDFLAGS.configure) 280 auto.def autosetup configure tea \ 290 dist_name = sqlite-$(PACKAGE_VERSION)
|
/freebsd/contrib/sqlite3/tea/ |
H A D | README.txt | 4 ./configure ...flags... 8 ./configure --with-tcl=/path/to/tcl/install/root 12 ./configure --with-tclsh=/path/to/tcl/install/root 14 Run ./configure --help for the full list of flags. 19 configure script, not those directly passed to the makefile. 30 ./configure --with-tclsh=$(TCLSH) 41 https://sqlite.org/src/doc/trunk/doc/compile-for-unix.md 42 https://sqlite.org/src/doc/trunk/doc/compile-for-windows.md 46 https://sqlite.org/tclsqlite.html 81 Building under most UNIX systems is easy, just run the configure [all …]
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog | 134 * configure.in: Update rk_WIN32_EXPORT, add gssapi to 137 * configure.in: Lets try dependency tracking for automake 1.10 and 140 * configure.in: Use at least libtool-2.2. 142 * configure.in: Use LT_INIT the right way. 146 * configure.in: Run autoupdate, use LT_INIT(). 173 * configure.in: Check for <asl.h>. 278 * lib/Makefile.am: sqlite 280 * configure.in: lib/sqlite/Makefile
|
H A D | NEWS | 81 - Support for new sqlite based credential cache 548 * configure/portability fixes 738 * work around broken IPv6-code on OpenBSD 2.6, also add configure 877 * configure fixes
|
H A D | configure | 1538 \`configure' configures Heimdal 1.5.2 to adapt to many kinds of systems. 1605 --build=BUILD configure for building on BUILD [guessed] 1637 --disable-sqlite-cache if you want support for cache in sqlite 1735 Use these variables to override the choices made by `configure' or to help 2253 running configure, to aid debugging if configure makes a mistake. 11427 #line $LINENO "configure" 11533 #line $LINENO "configure" 29741 "lib/sqlite/Makefile") CONFIG_FILES="$CONFIG_FILES lib/sqlite/Makefile" ;; 31242 if test -f "$ac_srcdir/configure.gnu"; then 31244 elif test -f "$ac_srcdir/configure"; then [all …]
|
/freebsd/crypto/heimdal/lib/ |
H A D | Makefile.in | 90 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac 113 DIST_SUBDIRS = roken vers libedit com_err sl wind asn1 sqlite hcrypto \ 391 @SQLITE3_FALSE@dir_sqlite = sqlite 440 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 443 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | Makefile.in | 97 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac 140 hdb.c hdb-sqlite.c hdb-keytab.c hdb-mitdb.c hdb_locl.h \ 144 $(am__objects_1) hdb.lo hdb-sqlite.lo hdb-keytab.lo \ 663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdb-sqlite.Plo@am__quote@
|
/freebsd/crypto/heimdal/include/ |
H A D | config.h.in | 1 /* include/config.h.in. Generated from configure.ac by autoheader. */ 713 /* Define if you want support for cache in sqlite. */ 806 /* Define if you want support for sqlite in Heimdal. */
|