[oe] [PATCH] socat: Add version 1.7.1.2

John Faith john at soundmetrics.com
Sat Jan 23 19:59:10 UTC 2010


Koen Kooi wrote:
> On 23-01-10 20:03, John Faith wrote:
> +do_configure() {
> +	# Override this function to avoid autoconf/automake/aclocal/autoheader
> +	# since config.h.in gets recreated.
> +	(cd ${S} && gnu-configize) || die "failure in running gnu-configize"
> +	oe_runconf
>   
>
> Isn't the whole point of autotools_do_configure to recreate such files?
> When config.h.in triggers an errror it's usually a case of people
> abusing aclocal.m4.
>
> regards,
>
> Koen
>
>   
Hello,
It looked like the config.h.in included in the source tarfile was needed 
which is why I avoided the autoheader-generated one.  Does oe generally 
have any trouble with a config.h.in included in a package's source?

Thanks,
John






More information about the Openembedded-devel mailing list