[tools] automake: update to 1.11.6
[openwrt.git] / tools / automake / patches / 100-aclocal-skip-not-existing-directories.patch
index c049b83..e6c3d7f 100644 (file)
@@ -1,6 +1,6 @@
 --- a/aclocal.in
 +++ b/aclocal.in
-@@ -309,6 +309,12 @@ sub scan_m4_dirs ($@)
+@@ -327,6 +327,12 @@
  
    foreach my $m4dir (@dirlist)
      {
@@ -12,4 +12,4 @@
 +
        if (! opendir (DIR, $m4dir))
        {
-         fatal "couldn't open directory `$m4dir': $!";
+         if ($install && $type == FT_USER && $first_user_m4dir)