* tests/check.mk (TESTS_ENVIRONMENT): Add PACKAGE_VERSION here,
rather than in every Makefile.am that needs it.
* tests/rm/Makefile.am (TESTS_ENVIRONMENT): Remove PACKAGE_VERSION.
* tests/misc/Makefile.am (TESTS_ENVIRONMENT): Likewise.
+2007-10-05 Jim Meyering <meyering@redhat.com>
+
+ Add PACKAGE_VERSION to TESTS_ENVIRONMENT via check.mk.
+ * tests/check.mk (TESTS_ENVIRONMENT): Add PACKAGE_VERSION here,
+ rather than in every Makefile.am that needs it.
+ * tests/rm/Makefile.am (TESTS_ENVIRONMENT): Remove PACKAGE_VERSION.
+ * tests/misc/Makefile.am (TESTS_ENVIRONMENT): Likewise.
+
2007-10-04 Jim Meyering <jim@meyering.net>
Adapt to new gnulib naming scheme.
# Append this, because automake does the same.
TESTS_ENVIRONMENT += \
top_srcdir=$(top_srcdir) \
+ PACKAGE_VERSION=$(PACKAGE_VERSION) \
abs_top_srcdir=$(abs_top_srcdir) \
abs_top_builddir=$(abs_top_builddir) \
srcdir=$(srcdir)
TESTS_ENVIRONMENT = \
built_programs="`$(built_programs)`" \
- PACKAGE_VERSION=$(PACKAGE_VERSION) \
PERL="$(PERL)" \
BUILD_SRC_DIR="`pwd`/../../src" \
CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
PERL="$(PERL)" \
CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
- PACKAGE_VERSION=$(PACKAGE_VERSION) \
PROG=rm
include $(top_srcdir)/tests/check.mk