1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-12 09:50:29 +00:00

- date in version string conforms to ISO now: YYYY-MM-DD

This commit is contained in:
Alexander Barton 2003-01-02 16:42:33 +00:00
parent cd9650c07e
commit e12179aa92

View File

@ -9,7 +9,7 @@
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
#
# $Id: Makefile.am,v 1.33 2002/12/30 17:14:28 alex Exp $
# $Id: Makefile.am,v 1.34 2003/01/02 16:42:33 alex Exp $
#
AUTOMAKE_OPTIONS = ../portab/ansi2knr
@ -66,7 +66,8 @@ ngircd.c: cvs-date cvs-version.h
cvs-date:
grep VERSION ../config.h | grep "CVS" \
&& echo "#define CVSDATE \"$$( grep "\$$Id" $(srcdir)/*.c \
| awk "{ print \$$9 }" | sort | tail -n 1 )\"" > cvs-version.new \
| $(AWK) "{ print \$$9 }" | sort | tail -n 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