tools: automake: update to v1.15

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 43895
This commit is contained in:
Jo-Philipp Wich
2015-01-09 14:51:23 +00:00
parent da9782f935
commit cdaf75b641
3 changed files with 42 additions and 40 deletions

View File

@@ -1,15 +1,15 @@
--- a/aclocal.in
+++ b/aclocal.in
@@ -327,6 +327,12 @@
--- a/bin/aclocal.in
+++ b/bin/aclocal.in
@@ -354,6 +354,12 @@ sub scan_m4_dirs ($$@)
foreach my $m4dir (@dirlist)
{
+ if (! -d $m4dir)
+ {
+ msg ('override', "warning: skipping not existing directory `$m4dir'");
+ next;
+ }
+ {
+ msg ('override', "warning: skipping not existing directory `$m4dir'");
+ next;
+ }
+
if (! opendir (DIR, $m4dir))
{
if ($install && $type == FT_USER && $first_user_m4dir)
# TODO: maybe avoid complaining only if errno == ENONENT?