Bug#468938: AC_TRY_RUN generates invalid shell code

2008-03-02 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sun, Mar 02, 2008 at 03:06:14PM CET: * Artur R. Czechowski wrote on Sun, Mar 02, 2008 at 02:47:13PM CET: AC_TRY_RUN([#include stdlib.h int main() { static struct random_data rand_data; static char rand_state[256]; initstate_r(0, rand_state,

Bug#468938: AC_TRY_RUN generates invalid shell code

2008-03-02 Thread Ralf Wildenhues
* Artur R. Czechowski wrote on Sun, Mar 02, 2008 at 02:47:13PM CET: AC_TRY_RUN([#include stdlib.h int main() { static struct random_data rand_data; static char rand_state[256]; initstate_r(0, rand_state, sizeof(rand_state), rand_data); exit(0); }], initstate_r_works=yes,, ])

Bug#468938: AC_TRY_RUN generates invalid shell code

2008-03-02 Thread Artur R. Czechowski
Package: autoconf Version: 2.61-6 Severity: important Hello, Please consider a minimal configure.ac containing: 8-[cut here]-8---8-[cut here]-8 AC_INIT([IMMS],[3.0.2],[EMAIL PROTECTED]) AC_PREREQ([2.52g]) AC_REVISION($Id: configure.ac,v 1.30

Bug#468938: AC_TRY_RUN generates invalid shell code

2008-03-02 Thread Ben Pfaff
Artur R. Czechowski [EMAIL PROTECTED] writes: I kindly ask to fix the bug ASAP, it makes me impossible (well, hard) to fix http://bugs.debian.org/456686, which is serious. I have now read through this bug report a couple of times and I still don't see how it relates to Autoconf. Can you