TDBC

Check-in [ab6983f505]
Login

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

Overview
Comment:Improper value for tdbc_BUILD_LIB_SPEC
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ab6983f505ca5e820a68a1420fbd52304efb3d11
User & Date: dgp 2017-05-04 17:25:18.491
Context
2017-05-04
18:53
[5f95cdd83c] Avoid trouble when directory does not exist (yet). check-in: ab533463bb user: dgp tags: trunk
17:25
Improper value for tdbc_BUILD_LIB_SPEC check-in: ab6983f505 user: dgp tags: trunk
17:04
TEA_INIT required bump to TEA 3.10 as well. check-in: 5defe85817 user: dgp tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to tdbcConfig.sh.in.
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TDBC_VERSION=@PACKAGE_VERSION@

# Name of the TDBC library - may be either a static or shared library
tdbc_LIB_FILE=@PKG_LIB_FILE@
TDBC_LIB_FILE=@PKG_LIB_FILE@

# String to pass to the linker to pick up the TDBC library from its build dir
tdbc_BUILD_LIB_SPEC="@tdbc_LIB_SPEC@"
TDBC_BUILD_LIB_SPEC="@tdbc_LIB_SPEC@"

# String to pass to the linker to pick up the TDBC library from its installed
# dir.
tdbc_LIB_SPEC="@tdbc_LIB_SPEC@"
TDBC_LIB_SPEC="@tdbc_LIB_SPEC@"

# Name of the TBDC stub library







|
|







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TDBC_VERSION=@PACKAGE_VERSION@

# Name of the TDBC library - may be either a static or shared library
tdbc_LIB_FILE=@PKG_LIB_FILE@
TDBC_LIB_FILE=@PKG_LIB_FILE@

# String to pass to the linker to pick up the TDBC library from its build dir
tdbc_BUILD_LIB_SPEC="@tdbc_BUILD_LIB_SPEC@"
TDBC_BUILD_LIB_SPEC="@tdbc_BUILD_LIB_SPEC@"

# String to pass to the linker to pick up the TDBC library from its installed
# dir.
tdbc_LIB_SPEC="@tdbc_LIB_SPEC@"
TDBC_LIB_SPEC="@tdbc_LIB_SPEC@"

# Name of the TBDC stub library