This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Automake 1.7.1b prerelease available (beta for Automake 1.7.2)
Alexandre Duret-Lutz wrote:
> Yep. Thanks! I'm installing the following patch on HEAD and branch-1-7.
>
> 2002-12-02 Alexandre Duret-Lutz <adl@gnu.org>
>
> * 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 <cwilson@ece.gatech.edu>
* 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).