Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11264 - aclocal warnings
Summary: aclocal warnings
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-26 14:40 UTC by Shevek
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shevek 2002-11-26 14:40:23 UTC
It seems that every ebuild gives a warning, "You should update your aclocal.m4
by running aclocal" before building. I do not speak aclocal so I cannot comment
further, but I presume it means in the build directory.

baz.

S.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-08 15:04:41 UTC
Its if it gets libtoolized, and will give that warning even if you then
do run aclocal.  This is just a warning, and most things that actually
need running of aclocal, does do it to my knowledge.  You should be
able to ignore it (try to run autoreconf in a source dir ... lots of
warnings =) ).