On 11/22/2013 7:45 AM, Diego Biurrun wrote:
>> +# mktemp isn't POSIX, so supply an implementation
>> +mktemp() {
>> + echo "${2%%XXX*}.${HOSTNAME}.${UID}.$$"
>> +}
>
> I'm scared shitless every time I see such hacks intended to replace
> security tools.This is copied directly from our own configure script... - Derek _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
