From 89cc9e09fd66c1b77795870ce2d7406cacfd90b0 Mon Sep 17 00:00:00 2001 From: Suresh Sundriyal Date: Sat, 4 Apr 2015 15:12:26 -0700 Subject: [PATCH] [build] Fix 'make distcheck' --- autogen.sh | 2 +- test/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index acb4bf88..eb31c6e7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,5 +5,5 @@ automake --version aclocal -I m4 -I . autoheader -I . -automake --add-missing --copy --foreign +automake --add-missing --copy --force-missing --foreign autoconf diff --git a/test/Makefile.am b/test/Makefile.am index 5204f442..6b6b808b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -299,7 +299,8 @@ DISTCLEANFILES = \ *.bz2 \ truncfile.0 \ logfile_append.0 \ - test.log + test.log \ + logfile_stdin.log distclean-local: $(RM_V)rm -rf sessions