]> git.sur5r.net Git - bacula/bacula/commit
Update AC_INIT use to make configure handle docdir properly
authorBen Walton <bwalton@artsci.utoronto.ca>
Wed, 13 Apr 2011 19:06:13 +0000 (15:06 -0400)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:44:34 +0000 (14:44 +0200)
commitc4952470780fcedc4bdf5f38a220ffb4ce9fa54f
tree26f3341c74c4385c1f09162b4d708d515cdcf63c
parent0717c096fa8f9e3558fb0f55c40d99f0cad6a9e1
Update AC_INIT use to make configure handle docdir properly

This patch allows AC_INIT to properly set the PACKAGE variables in the
Makefiles.  In turn, this allows docdir use to work correctly.  With
the new behaviour, things placed in docdir go to share/doc/bacula.
Previously the would end up in share/doc.

We move the detection of the source directory to a separate
AC_CONFIG_SRCDIR macro call.

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
bacula/autoconf/configure.in