develooper Front page | perl.perl5.porters | Postings from April 2007

Re: [perl #42443] ODBM_File removal in wrong place?

Thread Previous
From:
Andy Dougherty
Date:
April 11, 2007 06:08
Subject:
Re: [perl #42443] ODBM_File removal in wrong place?
Message ID:
Pine.LNX.4.62.0704110902170.24031@fractal.phys.lafayette.edu
On Wed, 11 Apr 2007, Nicholas Clark wrote:

> But it turns out that there is this hack in Makefile.SH:
> 
> case "$d_cplusplus" in
> define)
>   : delete as a function name will not work.
>   dynamic_ext=`echo $dynamic_ext | sed 's/ODBM_File//'`
>   static_ext=`echo $static_ext | sed 's/ODBM_File//'`
>   ;;
> esac
> 
> Shouldn't that be in Configure? Before config.sh is written? Or even,
> around the time that dynamic_ext and static_ext are offered as choices to
> the user.

Yes, I would think so.  If nobody else gets to it first, I'll look at 
modifying Extensions.U to do just that.

-- 
    Andy Dougherty		doughera@lafayette.edu

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About