blob: 016cf66a2794cf772330e1631bed9acc26beba1a [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Use of $(top_srcdir) in TESTS is an error which causes
2automake-1.13 to abort. Just remove tests.
3
4Upstream-Status: Inappropriate [disable feature]
5
6Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
7diff -Nurd popt-1.16/Makefile.am popt-1.16/Makefile.am
8--- popt-1.16/Makefile.am 2010-05-04 23:55:54.000000000 +0300
9+++ popt-1.16/Makefile.am 2013-01-02 13:34:29.540361391 +0200
10@@ -34,11 +34,6 @@
11
12 noinst_SCRIPTS = testit.sh
13
14-TESTS_ENVIRONMENT = \
15-test1="$(top_builddir)/test1"
16-
17-TESTS = $(top_srcdir)/testit.sh
18-
19 include_HEADERS = popt.h
20
21 usrlibdir = $(libdir)