tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Using autoconf during package build?



All,

for a development package, I would like to run autoconf-2.13 after 
patching configure.in. The machine has

% pkg_info |grep autoconf
autoconf-2.69nb5    Generates automatic source code configuration 
scripts
autoconf213-2.13nb4 Generates automatic source code configuration 
scripts (old version)
%

The package Makefile has


HAS_CONFIGURE=      yes
USE_TOOLS+=    		autoconf-2.13

[...]

pre-configure:
		cd ${WRKSRC} && autoconf-2.13


but the buildlinked autoconf-2.13 is always

cat .tools/bin/autoconf-2.13
#!/bin/sh
wrapperlog="${TOOLS_WRAPPER_LOG-/var/obj/pkgsrc/hauke/xemacs-21_4-hg/work/.work.log}"
echo "[*] 
"/var/obj/pkgsrc/hauke/xemacs-21_4-hg/work/.tools/bin/autoconf-2.13" 
$@" >> $wrapperlog
echo "<.> /u1/pkgsrc/mk/gnu-config/missing autoconf" >> $wrapperlog
/u1/pkgsrc/mk/gnu-config/missing autoconf

-- what other levers do I need to pull?
 
Cheerio,
hauke

-- 
     The ASCII Ribbon Campaign                    Hauke Fath
()     No HTML/RTF in email            Institut für Nachrichtentechnik
/\     No Word docs in email                     TU Darmstadt
     Respect for open standards              Ruf +49-6151-16-3281


Home | Main Index | Thread Index | Old Index