summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-09-14 19:56:16 -0700
committerJim Meyering <meyering@fb.com>2014-11-30 18:59:34 -0800
commitbf954de99d5b16de27577036e9dbb8b5ea7e1a72 (patch)
tree9ce101ffdb660db68bfa1d0a072098285d72add6
parent79c126b38e1065ae00639a0d59512c98800ca519 (diff)
downloadsed-bf954de99d5b16de27577036e9dbb8b5ea7e1a72.tar.gz
maint: enable sc_makefile_at_at_check syntax check
* cfg.mk (local-checks-to-skip): Remove its exemption. * testsuite/Makefile.am (LDADD, TESTS_ENVIRONMENT): Use $(...) rather than obsolescent @...@ notation.
-rw-r--r--cfg.mk1
-rw-r--r--testsuite/Makefile.am4
2 files changed, 2 insertions, 3 deletions
diff --git a/cfg.mk b/cfg.mk
index 172c011..678cc70 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -31,7 +31,6 @@ local-checks-to-skip = \
sc_file_system \
sc_long_lines \
sc_m4_quote_check \
- sc_makefile_at_at_check \
sc_po_check \
sc_prohibit_always_true_header_tests \
sc_prohibit_atoi_atof \
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index e97484f..060033b 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -3,7 +3,7 @@ CLEANFILES = tmp* core *.core $(EXTRA_PROGRAMS) *.*out *.log eval.in2
TESTS = $(check_PROGRAMS) $(SEDTESTS)
SEDTESTS =
-LDADD = ../lib/libsed.a @INTLLIBS@
+LDADD = ../lib/libsed.a $(INTLLIBS)
noinst_HEADERS = testcases.h ptestcases.h
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib
@@ -29,7 +29,7 @@ SEDTESTS += \
factor binary3 binary2 binary dc
TESTS_ENVIRONMENT = MAKE="$(MAKE)" VERSION="$(VERSION)" \
- @LOCALCHARSET_TESTS_ENVIRONMENT@
+ $(LOCALCHARSET_TESTS_ENVIRONMENT)
LOG_COMPILER = $(srcdir)/runtest