]> git.sur5r.net Git - bacula/bacula/commitdiff
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)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 19 Apr 2011 14:13:18 +0000 (16:13 +0200)
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>

No differences found