autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

exit status of conftest program


From: Martin Wilck
Subject: exit status of conftest program
Date: Mon, 23 Oct 2000 12:27:06 +0200 (CEST)

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 <address@hidden>
Institute for Tropospheric Research, Permoserstr. 15, D-04318 Leipzig, Germany
Tel. +49-341-2352151 / Fax +49-341-2352361




reply via email to

[Prev in Thread] Current Thread [Next in Thread]