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: |
0b07d58fc2b2f34ebe8f7874cd506e75 |
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
Changes to Makefile.in.
︙ | ︙ | |||
74 75 76 77 78 79 80 | includedir = @includedir@ datarootdir = @datarootdir@ datadir = @datadir@ mandir = @mandir@ DESTDIR = | | | 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 = |
︙ | ︙ |