]> git.street.me.uk Git - andy/viking.git/commit
Fix usage of directory "doc/reference" missing even it is used in configure.ac. Autom...
authorGuido Scholz <guido.scholz@bayernline.de>
Sun, 5 Aug 2012 16:18:50 +0000 (17:18 +0100)
committerRob Norris <rw_norris@hotmail.com>
Mon, 27 Aug 2012 11:06:02 +0000 (12:06 +0100)
commit8e11c25934d93aff52f65ffa80b994f571a781e8
treebb2bcfe16147f2dcb433ea18fcfc1bae949dc6a5
parent39aca0dd9b2f5d063d580e038274c99417193116
Fix usage of directory "doc/reference" missing even it is used in configure.ac. Automake hangs here if called with autoreconf.

Also the configure option --enable-gtk-doc does not work due to this missing directory.

Solve this issue by using AM_CONDITIONAL() to enable the "gtk-doc"-compile feature properly.

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
configure.ac