Is it ok for autoconf tests to create a C test program such as this if ( <result of some test in C> == <expected result> ) exit (0); else exit (1); and check the exit status with AC_TRY_RUN, or may this fail on some systems? -- Martin Wilck <[EMAIL PROTECTED]> Institute for Tropospheric Research, Permoserstr. 15, D-04318 Leipzig, Germany Tel. +49-341-2352151 / Fax +49-341-2352361
- Re: exit status of conftest program Martin Wilck
- Re: exit status of conftest program Assar Westerlund