Support for out-of-tree building
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 4 Sep 2008 11:50:49 +0000 (13:50 +0200)
committerDaniel Drake <dsd@gentoo.org>
Sun, 2 Nov 2008 15:05:47 +0000 (15:05 +0000)
commitd25b566b3b8febafdda4211de724b4727dd4b7e0
treee7537fd681fff5737265a40adcf83f70059afe6d
parent8674c67ef78e1cf89db1fa584a4304f7c5ddcc5f
Support for out-of-tree building

Contrary to libusb 0.1, libusb 1.0 does not support out-of-tree building
for the documentation part. This patch fixes that by using a
doxygen.cfg.in file, which contains @top_srcdir@ to refer to the
location of the libusb source code.
configure.ac
doc/Makefile.am
doc/doxygen.cfg.in [moved from doc/doxygen.cfg with 99% similarity]