{dblib,odbc}/unittests/common.h: Allow FREETDS_SRCDIR overrides.#565
{dblib,odbc}/unittests/common.h: Allow FREETDS_SRCDIR overrides.#565ucko wants to merge 1 commit into
Conversation
Signed-off-by: Aaron M. Ucko <ucko@ncbi.nlm.nih.gov>
|
Why do you want to override it? The idea is that you can override |
|
Layout differences -- we have, e.g., |
|
How can the layout be different if they are in the source path which should be from FreeTDS repository or from tarball? |
|
I've been making formal layout changes in the course of embedding into the NCBI C++ Toolkit's top-level |
|
Which build system do you use? I personally never liked these macros anyway... I was trying to find a better alternative, like, if was possible, to remove them entirely in some way. |
|
Looking relative to We've historically used an Autoconf-based setup with central |
|
In the meantime merged, maybe I'll find a better way to remove that definition. |
|
Thanks! |
Split from #555.