(fix commit
3b7e732)
* Makefile.am (.PHONY): Add check-nolink, check-nolink-local targets.
* Makefile.am (check-nolink): New target (which invokes existing
check-nolink-local in this Makefile and in tests/Makefile).
* configure.ac (AM_EXTRA_RECURSIVE_TARGETS): Remove (this directive
is not supported by autoconf-1.12 and earlier).
EXTRA_DIST = autogen.sh
+# TODO: After migration to autoconf-1.13+, remove check-nolink definition
+# from this Makefile.am and add AM_EXTRA_RECURSIVE_TARGETS([check-nolink])
+# back to configure.ac file.
+.PHONY: check-nolink check-nolink-local
+check-nolink: check-nolink-local
+ $(MAKE) --directory tests $(AM_MAKEFLAGS) check-nolink-local
+
check-nolink-local: all
#distclean-local:
AC_CONFIG_SRCDIR(src/atomic_ops.c)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2 nostdinc])
-AM_EXTRA_RECURSIVE_TARGETS([check-nolink])
AM_MAINTAINER_MODE
AC_CONFIG_HEADERS([src/config.h])