2010-12-11 00:01:33 +08:00
|
|
|
--- a/aclocal.in
|
|
|
|
+++ b/aclocal.in
|
2013-12-17 10:47:13 +08:00
|
|
|
@@ -327,6 +327,12 @@
|
2010-12-11 00:10:07 +08:00
|
|
|
|
|
|
|
foreach my $m4dir (@dirlist)
|
2010-12-11 00:01:33 +08:00
|
|
|
{
|
2010-12-11 00:10:07 +08:00
|
|
|
+ if (! -d $m4dir)
|
|
|
|
+ {
|
|
|
|
+ msg ('override', "warning: skipping not existing directory `$m4dir'");
|
|
|
|
+ next;
|
|
|
|
+ }
|
|
|
|
+
|
2010-12-11 00:01:33 +08:00
|
|
|
if (! opendir (DIR, $m4dir))
|
|
|
|
{
|
2013-12-17 10:47:13 +08:00
|
|
|
if ($install && $type == FT_USER && $first_user_m4dir)
|