X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2FMakefile.in;h=0fe99cb4b46d272a6fc6b20afb6acdc689f388ef;hb=cbdd60557759fff13ec70a1b22d579651e25855d;hp=e68cc97c3921e3319998dfdfd6b76fe1aa870fba;hpb=401ef7fbc718bc5f9c4a80bd6c51c7010351b453;p=bacula%2Fbacula diff --git a/bacula/Makefile.in b/bacula/Makefile.in index e68cc97c39..0fe99cb4b4 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -58,8 +58,13 @@ bacula-fd: Makefile done #------------------------------------------------------------------------- + autoconf/aclocal.m4: autoconf/configure.in autoconf/bacula-macros/* autoconf/gettext-macros/* autoconf/libtool/* - cd autoconf && aclocal -I bacula-macros -I gettext-macros -I libtool + +# Note, the following is needed in the above if ever any new macro is added. +# However, at the current time, the -I libtool causes the autoconf/aclocal.m4 +# get messed up, so this is commented out +# cd autoconf && aclocal -I bacula-macros -I gettext-macros -I libtool configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/acconfig.h autoconf/config.h.in cd $(srcdir); @@ -81,7 +86,7 @@ autoconf/config.h.in: autoconf/configure.in autoconf/acconfig.h autoconf/configure.in > autoconf/config.h.in chmod 644 autoconf/config.h.in -libtool: $(LIBTOOL_DEPS) +libtool: Makefile $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck installdirs: