Factor out directory separator knowledge
commit8296894149177629e966c8885a25a768cf437de3
authorOlly Betts <olly@survex.com>
Mon, 4 Dec 2017 08:48:15 +0000 (4 21:48 +1300)
committerOlly Betts <olly@survex.com>
Mon, 4 Dec 2017 08:48:15 +0000 (4 21:48 +1300)
tree0ac0a829593255c43916f22bfad1af749ac18fa5
parent0b9d8d86b6026011ddbcdc573fffa08cd167a17b
Factor out directory separator knowledge

Set the directory separator(s) in configure, based on $host_os and
__WIN32__ (I don't see a way to probe for this which would work
when cross-compiling).
xapian-core/api/compactor.cc
xapian-core/backends/dbcheck.cc
xapian-core/bin/xapian-inspect.cc
xapian-core/configure.ac
xapian-core/examples/copydatabase.cc
xapian-core/tests/harness/index_utils.cc
xapian-core/tests/harness/testsuite.cc