$(datadir)/aclocal. Report from Akim.
+2004-11-09 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * aclocal.in (parse_arguments): Fix detection of unexisting default
+ $(datadir)/aclocal. Report from Akim.
+
2004-11-07 Alexandre Duret-Lutz <adl@gnu.org>
* aclocal.in ($acdir): Rename as ...
# directory and it hasn't been created. (We know
# @system_includes has its default value if @automake_includes
# is not empty, because --acdir is the only way to change this.)
- @system_includes = () unless @automake_includes;
+ @system_includes = () if @automake_includes;
}
else
{