Loic Dachary's updates to get 'make distcheck' work, including running the

test suite
This commit is contained in:
Daniel Stenberg 2001-01-08 22:18:30 +00:00
parent ff8fb8cdb0
commit a997d60304
5 changed files with 17 additions and 7 deletions

View file

@ -6,13 +6,15 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
EXTRA_DIST = \
CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \
config-win32.h reconf packages/README
config-win32.h reconf packages/README Makefile.dist
SUBDIRS = docs lib src include tests packages
# create a root makefile in the distribution:
dist-hook:
cp Makefile.dist $(distdir)/Makefile
cp $(srcdir)/Makefile.dist $(distdir)/Makefile
check: test
test:
@(cd tests; make quiet-test)