]> 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)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 19 Apr 2011 14:13:18 +0000 (16:13 +0200)
commitcf48ba8b98604c0f79a1cc6e8ef4c292761932f4
tree9fb4374e315b96fef40f1677db02bdbb05bfaeac
parente18fe06cccead0bbb4673e1e6d25efbdbd78b757
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