Re: running autoconf in chrooted environments

2016-07-08 Thread Florian Weimer
On 07/07/2016 10:15 PM, Peter Crady wrote: This may be a stupid question but is there a good way to run autoconf in a chrooted environment? From what I can tell the AS_UNAME function calls uname which gets information about the base kernel that is installed and not the kernel that is installed

Re: running autoconf in chrooted environments

2016-07-07 Thread Eric Blake
On 07/07/2016 02:15 PM, Peter Crady wrote: [your mailer isn't configured to wrap long lines, which makes it harder to read and reply] > This may be a stupid question but is there a good way to run autoconf in a chrooted environment? Do it the same way you run any other program - just run it. Re