autoconf-patches
[Top][All Lists]
Advanced

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

patch that fixes AC_COMPILE_IFELSE for Erlang tests


From: Romain Lenglet
Subject: patch that fixes AC_COMPILE_IFELSE for Erlang tests
Date: Sat, 8 Aug 2009 11:24:04 +0900
User-agent: KMail/1.11.4 (Linux/2.6.30-1-686; KDE/4.2.4; i686; ; )

Hi,

The attached patch fixes AC_COMPILE_IFELSE for Erlang tests.
This has been a long-standing issue:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454798
http://lists.gnu.org/archive/html/bug-autoconf/2007-12/msg00009.html

My patch is just a hack: I just do echo "DUMMY" > conftest.$ac_objext, which 
should be OK since the only test done after compilation is: test -s conftest.
$ac_objext. It doesn't change the value $ac_objext, so at least it is a safe 
hack.

--
Romain Lenglet

Attachment: 0001-Make-AC_COMPILE_IFELSE-work-for-Erlang-tests.patch
Description: Text Data


reply via email to

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