1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 22:10:29 +02:00

Correct make distcheck.

2012-12-03 Paulo Andrade <pcpa@gnu.org>

	* configure.ac, check/Makefile.am, check/check.sh,
	doc/Makefile.am, include/lightning/Makefile.am,
	lib/Makefile.am: Correct make distcheck.
This commit is contained in:
pcpa 2012-12-03 07:26:40 -02:00
parent 90a187a12e
commit e6f1df7124
8 changed files with 34 additions and 13 deletions

View file

@ -1,6 +1,6 @@
#! /bin/sh
./lightning $1.tst | tr -d \\r > $1.log
$1 | tr -d \\r > $1.log
if cmp -s $srcdir/$1.ok $1.log; then
rm $1.log
else