tdbc::sqlite3

Check-in [0b07d58fc2]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Restore proper naming of dist and install directories.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0b07d58fc2b2f34ebe8f7874cd506e75a29566641a7a4b1f6f8cc64bbfde8ca7
User & Date: dgp 2018-10-17 18:33:50.579
Context
2018-11-01
16:10
TEA update check-in: 914b28ce44 user: dgp tags: trunk, tdbcsqlite3-1-1-0
2018-10-17
18:33
Restore proper naming of dist and install directories. check-in: 0b07d58fc2 user: dgp tags: trunk
2018-10-16
15:35
Bump to version 1.1.0 for release. check-in: d8cb645597 user: dgp tags: trunk, tdbcsqlite3-1-1-0
Changes
Unified Diff Ignore Whitespace Patch
Changes to Makefile.in.
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
includedir	= @includedir@
datarootdir	= @datarootdir@
datadir		= @datadir@
mandir		= @mandir@

DESTDIR		=

PKG_DIR		= $(PACKAGE_NAME)$(PACKAGE_VERSION)
pkgdatadir	= $(datadir)/$(PKG_DIR)
pkglibdir	= $(libdir)/$(PKG_DIR)
pkgincludedir	= $(includedir)/$(PKG_DIR)

top_builddir	= @abs_top_builddir@

INSTALL_OPTIONS	=







|







74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
includedir	= @includedir@
datarootdir	= @datarootdir@
datadir		= @datadir@
mandir		= @mandir@

DESTDIR		=

PKG_DIR		= $(PACKAGE_NAME)-$(PACKAGE_VERSION)
pkgdatadir	= $(datadir)/$(PKG_DIR)
pkglibdir	= $(libdir)/$(PKG_DIR)
pkgincludedir	= $(includedir)/$(PKG_DIR)

top_builddir	= @abs_top_builddir@

INSTALL_OPTIONS	=