Subject: Re: devel/libtool and Re: KDE 2 is out
To: Nick Hudson <skrll@excite.co.uk>
From: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
List: tech-pkg
Date: 10/25/2000 14:57:33
On Wed, 25 Oct 2000, Nick Hudson wrote:
> > > BTW, what does the ac_cv_path_CC definition do? The configure script I
> > > looked though only refers to an ac_cv_prog_CC variable... anyway.
> >
> > Um... no idea, sorry. Did I do this? :->
>
> Don't know who did it... I just thought you might know or someone reading
> this thread might pipe up with some ideas.
Well, let's use 'cvs annotate':
smaug% cvs annotate bsd.pkg.mk | grep ac_cv
1.451 (hubertf 02-Jun-00): ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC} && ${SETENV} CC="${CC}" ac_cv_path_CC="${CC}" \
Oops...
smaug% cvs annotate -r1.450 bsd.pkg.mk | grep ac_cv
1.221 (agc 08-Mar-99): ${_PKG_SILENT}(${_PKG_DEBUG}cd
${WRKSRC} && ${SETENV} CC="${CC}" ac_cv_path_CC="${CC}" \
smaug% cvs annotate -r1.220 bsd.pkg.mk | grep ac_cv
1.190 (mycroft 07-Nov-98): @(cd ${WRKSRC} && ${SETENV} CC="${CC}" ac_cv_path_CC="${CC}" \
Looks as if it was added in rev. 1.221 by Al then:
----------------------------
revision 1.221
date: 1999/03/08 17:26:54; author: agc; state: Exp; lines: +532 -382
Add Solaris support to pkgsrc, using Christos Zoulas' NetBSD emulation
package. Tested for some packages on Solaris 2.6 on Sparc.
----------------------------
uhum...
> I'll make them available tonight if I can.
That'd be cool!
- Hubert
--
Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>