]> sourceware.org Git - automake.git/commitdiff
* tests/nolink.test: Added no-exeext.
authorTom Tromey <tromey@redhat.com>
Fri, 27 Jul 2001 03:36:53 +0000 (03:36 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 27 Jul 2001 03:36:53 +0000 (03:36 +0000)
ChangeLog
tests/nolink.test

index 9dd7ba1bf85747eeae5863ade46e4c7d081f4650..e9b705eee11fc7aa23382de8fa0a51a422273a6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-07-26  Tom Tromey  <tromey@redhat.com>
 
+       * tests/nolink.test: Added no-exeext.
+
        * automake.in (check_variable_defined_unconditionally): Don't call
        macro_dump.
 
index 92bd4b5b536ce3196cd7cd346961fcae774a2d06..ed13cfe2d63ad0b35c3f7e91ab0c033eba2c5de7 100755 (executable)
@@ -11,6 +11,8 @@ AC_OUTPUT([Makefile])
 END
 
 cat > Makefile.am << 'END'
+AUTOMAKE_OPTIONS = no-exeext
+
 bin_PROGRAMS = meal
 meal_SOURCES = beans.veg beef.meat
 
This page took 0.033733 seconds and 5 git commands to generate.