Fossil

Check-in [80799742]
Login

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: 8079974223c4a27e37bbd138a974804b891f61a2
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
Unified Diff Ignore Whitespace Patch
Changes to configure.ac.
1
2
3
4
5
6
7
8
dnl $NetBSD: configure.ac,v 1.36 2011/04/20 09:57:25 morr Exp $
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)
<








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)