Suppress misleading error message of diff during make run.

This commit is contained in:
Alexander Barton 2003-09-09 13:24:41 +00:00
parent 3debe00581
commit d8f3c2b42b
2 changed files with 5 additions and 3 deletions

View File

@ -12,6 +12,7 @@
ngIRCd CVS-HEAD
- Suppress misleading error message of diff during make run.
- Enhanced test-suite and made it work on GNU/Hurd.
- Fixed minor typo in debug output :-)
@ -463,4 +464,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.209 2003/08/30 20:37:15 alex Exp $
$Id: ChangeLog,v 1.210 2003/09/09 13:24:41 alex Exp $

View File

@ -8,7 +8,7 @@
# (at your option) any later version.
# Please read the file COPYING, README and AUTHORS for more information.
#
# $Id: Makefile.am,v 1.40 2003/05/03 16:29:57 alex Exp $
# $Id: Makefile.am,v 1.41 2003/09/09 13:24:41 alex Exp $
#
AUTOMAKE_OPTIONS = ../portab/ansi2knr
@ -71,7 +71,8 @@ cvs-date:
| $(AWK) "{ print \$$9 }" | sort | tail -1 \
| sed -e "s/\//-/g" )\"" > cvs-version.new \
|| echo "" > cvs-version.new
diff cvs-version.h cvs-version.new || cp cvs-version.new cvs-version.h
diff cvs-version.h cvs-version.new 2>/dev/null \
|| cp cvs-version.new cvs-version.h
TESTS = check-version check-help