[PATCH] admin/cvs.sh: allow arguments to aclocal

Marc Mutz Marc.Mutz at uni-bielefeld.de
Wed Dec 3 11:00:31 GMT 2003


Hi!

cvs.sh calls aclocal, which scans it's share/aclocal/*.m4's to extract 
definitions for macros used in configure.in(.in). So for, so good.

If, however, you install a library in /usr/local, it will put it's 
m4-Files (if any) into /usr/local/share/aclocal, where a aclocal 
installed in /usr will not find it.

That's where arguments to aclocal come into the game. You have to tell 
aclocal to search other directories, too. In this case, a
  aclocal -I /usr/local/share/aclocal
would do.

The patch just evaluates $ACLOCALFLAGS whenever aclocal is called.

It's needed since we link kdepim/certmanager against gpgme, which 
provides AM_PATH_GPGME in gpgme.m4 (if installed).

If someone with enough karma could apply it, that would be greatly 
appreciated.

Thanks,
Marc

-- 
You can fool some people sometimes
But you can't fool all the people all the time        -- Bob Marley
-------------- next part --------------
A non-text attachment was scrubbed...
Name: admin_cvs_sh.diff
Type: text/x-diff
Size: 854 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20031203/7072f52c/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20031203/7072f52c/attachment.sig>


More information about the kde-core-devel mailing list