X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=autogen.sh;h=09e5ecdcff1f8d8fc44687289db93074b965af65;hp=6375e6f88413872e8594a2777f4493a0d5e59147;hb=f7b04ea142623a43413f74e19b1b6a9a247647ff;hpb=62d5384ee01ae818906f2f8ba1456372a13a2420 diff --git a/autogen.sh b/autogen.sh index 6375e6f8..09e5ecdc 100644 --- a/autogen.sh +++ b/autogen.sh @@ -94,11 +94,15 @@ do aclocalinclude="$ACLOCAL_FLAGS" for k in $macrodirs; do if test -d $k; then + if test -f $k/Makefile.am.in; then + make -C $k -f Makefile.am.in Makefile.am + fi aclocalinclude="$aclocalinclude -I $k" ##else ## echo "**Warning**: No such directory \`$k'. Ignored." fi done + touch ChangeLog if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then if grep "sed.*POTFILES" configure.in >/dev/null; then : do nothing -- we still have an old unmodified configure.in