[Pkg-octave-devel] Processing of octave2.9_2.9.7-2_i386.changes

Rafael Laboissiere rafael at debian.org
Fri Aug 18 22:30:11 UTC 2006


* John W. Eaton <jwe at bevo.che.wisc.edu> [2006-08-18 17:56]:

> On 18-Aug-2006, Rafael Laboissiere wrote:
> 
> | No, I have nothing special and I still have /usr/local in the conf.texi
> | files, even with prefix=/usr.  Could you please tell me which
> | script/makefile is responsible for generating the conf.texi files?
> 
> It happens in doc/Makefile with this rule:
> 
> conf.texi: conf.texi.in $(TOPDIR)/Makeconf
> 	@$(do-subst-texinfo-vals)
> 
> The do-subst-texinfo-vals macro is defined in Makeconf:
> 
>   define do-subst-texinfo-vals
>   echo "making $@ from $<"
>   $(SED) < $< \
>     -e "s|%OCTAVE_HOME%|${prefix}|" \
>     -e "s|%OCTAVE_VERSION%|${version}|" \
>     -e "s|%TEXINFO_COLAMD%|${TEXINFO_COLAMD}|" \
>     -e "s|%TEXINFO_CHOLMOD%|${TEXINFO_CHOLMOD}|" \
>     -e "s|%TEXINFO_UMFPACK%|${TEXINFO_UMFPACK}|" | \
>     $(SED) -e "s|%OCTAVE_CONF_DEFS%|\"${UGLY_DEFS}\"|" > $@-t
>   $(top_srcdir)/move-if-change $@-t $@
>   endef

Oh, I see, thanks.  I was looking at the octave-2.1.73 sources.  The
above is indeed in octave-2.9.7.  I still have to patch the octave2.1
package.

-- 
Rafael



More information about the Pkg-octave-devel mailing list