Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove NetBSD RCS ID |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | autoconf |
Files: | files | file ages | folders |
SHA1: |
8079974223c4a27e37bbd138a974804b |
User & Date: | joerg 2011-06-14 17:10:22.439 |
Context
2011-06-14
| ||
17:21 | Add Makefile.in forgotten in [8559c781c2]. ... (check-in: dcda2dbc user: joerg tags: autoconf) | |
17:10 | Remove NetBSD RCS ID ... (check-in: 80799742 user: joerg tags: autoconf) | |
17:09 | Add very basic configure script. It is just checking for zlib, OpenSSL and the USE_PREAD support on the BSDs. ... (check-in: 8559c781 user: joerg tags: autoconf) | |
Changes
Changes to configure.ac.
|
| < | 1 2 3 4 5 6 7 | dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.67) AC_INIT([fossil], [20110528], [joerg@NetBSD.org]) AC_CONFIG_SRCDIR([src/schema.c]) AC_CONFIG_AUX_DIR([autoconf]) AC_CONFIG_MACRO_DIR([autoconf]) AC_CONFIG_HEADER(autoconfig.h) |
︙ | ︙ |