"Gabor Z. Papp" <[EMAIL PROTECTED]> writes:
> Just trying install gimp from cvs. Installed latest automake
> cvs before. Export ACLOCAL_AMFLAGS, and gimp's autogen.sh
> complains about m4 files, and suggest using ACLOCAL_FLAGS. I
> unset _AMFLAGS, and set _FLAGS, and it seems, that works.
I think
"Gabor Z. Papp" <[EMAIL PROTECTED]> writes:
> * Akim Demaille:
>
> | ACLOCAL_AMFLAGS = -I dir
>
> Not ACLOCAL_FLAGS?
No. Set ACLOCAL_AMFLAGS in your Makefile.am.
> Just trying install gimp from cvs. Installed latest automake
> cvs before. Export ACLOCAL_AMFLAGS, and gimp's autogen.sh
> compl
* Akim Demaille:
| ACLOCAL_AMFLAGS = -I dir
Not ACLOCAL_FLAGS?
Just trying install gimp from cvs. Installed latest automake
cvs before. Export ACLOCAL_AMFLAGS, and gimp's autogen.sh
complains about m4 files, and suggest using ACLOCAL_FLAGS. I
unset _AMFLAGS, and set _FLAGS, and it seems, that w
> "Assar" == Assar Westerlund <[EMAIL PROTECTED]> writes:
Assar> Akim Demaille <[EMAIL PROTECTED]> writes:
>> ACLOCAL_AMFLAGS = -I dir
>>
>> which is slighly better, since I don't think autoreconf will
>> recognize the former, while it definitely knows the latter.
Assar> Yes, but autoreconf
Akim Demaille <[EMAIL PROTECTED]> writes:
> ACLOCAL_AMFLAGS = -I dir
>
> which is slighly better, since I don't think autoreconf will recognize
> the former, while it definitely knows the latter.
Yes, but autoreconf 2.13 does not understand that. :-(
/assar
> "Assar" == Assar Westerlund <[EMAIL PROTECTED]> writes:
Assar> "Gabor Z. Papp" <[EMAIL PROTECTED]> writes:
>> can I use/define somehow additional aclocal directory, where I can
>> put additional m4 files?
Assar> Yes, use `aclocal -I dir' where dir is the directory of your
Assar> additional
"Gabor Z. Papp" <[EMAIL PROTECTED]> writes:
> can I use/define somehow additional aclocal directory, where
> I can put additional m4 files?
Yes, use `aclocal -I dir' where dir is the directory of your
additional files. If you want that to get included in your
Makefile.in, you can do something li
Hello,
can I use/define somehow additional aclocal directory, where
I can put additional m4 files?
My /usr/share/aclocal is monted as readonly nfs partition,
so I can't put new m4 files into it. I'm also not the root.