changeset 30423:874b4d3dec2c

argp: Use standard gnulib idiom for EXEEXT.
author Simon Josefsson <simon@josefsson.org>
date Tue, 28 Oct 2008 11:04:35 +0100
parents f70d8f0a355c
children f3ae39b7efb3
files ChangeLog gnulib-tool modules/argp-tests
diffstat 3 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 27 19:21:35 2008 +0100
+++ b/ChangeLog	Tue Oct 28 11:04:35 2008 +0100
@@ -1,3 +1,9 @@
+2008-10-28  Simon Josefsson  <simon@josefsson.org>
+
+	* gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
+	* modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
+	using idiom used elsewhere in gnulib.
+
 2008-10-27  Jim Meyering  <meyering@redhat.com>
 
 	* modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
--- a/gnulib-tool	Mon Oct 27 19:21:35 2008 +0100
+++ b/gnulib-tool	Tue Oct 28 11:04:35 2008 +0100
@@ -2012,7 +2012,7 @@
   #   "AM_GNU_GETTEXT used but SUBDIRS not defined"
   echo "SUBDIRS ="
   echo "TESTS ="
-  echo "TESTS_ENVIRONMENT = EXEEXT=\$(EXEEXT)"
+  echo "TESTS_ENVIRONMENT ="
   echo "noinst_PROGRAMS ="
   if ! $for_test; then
     echo "check_PROGRAMS ="
--- a/modules/argp-tests	Mon Oct 27 19:21:35 2008 +0100
+++ b/modules/argp-tests	Tue Oct 28 11:04:35 2008 +0100
@@ -7,5 +7,6 @@
 
 Makefile.am:
 TESTS += test-argp test-argp-2.sh
+TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-argp
 test_argp_LDADD = $(LDADD) @LIBINTL@