The problem with this is that it will only look for m4 files
in /opt/dtbld/share/aclocal and not in /usr/share/aclocal,
so you will see similar build errors in other modules that
need files from /usr/share/aclocal (unless you add
-I /usr/share/aclocal to your ACLOCAL_FLAGS but you shouldn't
need to do that.
Laca
On Tue, 2008-09-02 at 10:32 +0800, Halton Huo wrote:
> --- aclocal.orig Tue Sep 2 10:21:23 2008
> +++ aclocal Tue Sep 2 10:26:25 2008
> @@ -57,7 +57,7 @@
> # --acdir will reset both @automake_includes and @system_includes.
> my @user_includes = ();
> my @automake_includes = ("/usr/share/aclocal-$APIVERSION");
> -my @system_includes = ('/usr/share/aclocal');
> +my @system_includes = ('/opt/dtbld/share/aclocal');
>
> # Whether we should copy M4 file in $user_includes[0].
> my $install = 0;