[Petter Reinholdtsen]
> To make it easier, here is an attached patch relative to the current
> upstream git repository.  This is the output when running 'make
> check'.

Gah, forgot the patch.
-- 
Happy hacking
Petter Reinholdtsen
diff --git a/Makefile.am b/Makefile.am
index 2bfc77f..3179c10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,5 +10,5 @@ ACLOCAL_AMFLAGS = -I autoconf
 
 #@SET_MAKE@
 
-SUBDIRS = lib libtar doc
+SUBDIRS = lib libtar doc testsuite
 
diff --git a/configure.ac b/configure.ac
index 4623100..b6eaae1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,6 +120,6 @@ fi
 
 
 dnl ### Create output files. #######################################
-AC_CONFIG_FILES([Makefile lib/Makefile libtar/Makefile doc/Makefile])
+AC_CONFIG_FILES([Makefile lib/Makefile libtar/Makefile doc/Makefile 
testsuite/Makefile])
 AC_OUTPUT
 
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 0d82a48..2aa01f0 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -151,3 +151,4 @@ install: all
                echo ".so man3/@LISTHASH_PREFIX@_list_new.3" > 
${DESTDIR}${mandir}/man3/$${i}.3; \
        done
 
+check:
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 60acbe6..4cfca02 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -104,3 +104,4 @@ install: ${ALL}
        ${INSTALL_DATA} ${srcdir}/libtar.h ${DESTDIR}${includedir}
        ${INSTALL_DATA} ../listhash/libtar_listhash.h ${DESTDIR}${includedir}
 
+check:
diff --git a/libtar/Makefile.in b/libtar/Makefile.in
index 7c6f1bc..6a29e5f 100644
--- a/libtar/Makefile.in
+++ b/libtar/Makefile.in
@@ -76,3 +76,4 @@ install: ${ALL}
        ${MKDIR} ${DESTDIR}${bindir}
        $(LIBTOOL) --mode=install ${INSTALL_PROGRAM} libtar ${DESTDIR}${bindir}
 
+check:

Reply via email to