automake
[Top][All Lists]
Advanced

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

Re: Automake 1.7.1b prerelease available (beta for Automake 1.7.2)


From: Charles Wilson
Subject: Re: Automake 1.7.1b prerelease available (beta for Automake 1.7.2)
Date: Mon, 02 Dec 2002 10:59:41 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0

Alexandre Duret-Lutz wrote:

> Yep.  Thanks!  I'm installing the following patch on HEAD and branch-1-7.
>
> 2002-12-02  Alexandre Duret-Lutz  <address@hidden>
>
>    * automake.texi (Options): Programs listed in
>    AM_INSTALLCHECK_STD_OPTIONS_EXEMPT should have $(EXEEXT) appended.
>    * tests/gnits3.test (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT):
>    Append $(EXEEXT).
>    Reported by Charles Wilson.

Almost. You need one additional change, and then gnits3 passes under cygwin.

2002-12-02  Charles Wilson  <address@hidden>

        * tests/gnits3.test (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT):
        Append $(EXEEXT) again.

--Chuck
diff -urN -x .build -x .inst -x .sinst automake-1.7.1b-orig/tests/gnits3.test 
automake-1.7.1b/tests/gnits3.test
--- automake-1.7.1b-orig/tests/gnits3.test      2002-11-30 15:31:08.000000000 
-0500
+++ automake-1.7.1b/tests/gnits3.test   2002-12-02 10:53:36.000000000 -0500
@@ -93,7 +93,7 @@
 
 # Make sure there is no more error when all targets are exempted.
 cd ..
-echo 'AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += sub/nok sub/nok.sh' >> Makefile.am
+echo 'AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += sub/nok$(EXEEXT) sub/nok.sh' >> 
Makefile.am
 $AUTOMAKE
 cd build
 ./config.status  # Don't rely on the rebuild rules (they need GNU make).

reply via email to

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