* tests/libobj2.test: Ensure $(AR) is suitably defined.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2011-01-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Fix libobj2.test failure with non-GNU make: define $(AR).
+ * tests/libobj2.test: Ensure $(AR) is suitably defined.
+
2010-12-09 Stefano Lattarini <stefano.lattarini@gmail.com>
Extend tests on AC_LIBOBJ and friends.
AC_CONFIG_FILES([subdir/Makefile])
AC_PROG_CC
AC_PROG_RANLIB
+AC_CHECK_TOOLS([AR], [ar])
AC_LIBOBJ([fsusage])
AC_OUTPUT
END