Move irssi-version.h generation out of configure and add suport for getting the

date of the last change with svn info/git log.


git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4906 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-11-13 23:35:48 +00:00 committed by exg
commit 52b506e13a
5 changed files with 19 additions and 16 deletions

View file

@ -27,7 +27,6 @@ echo "Creating help files..."
perl syntax.pl
$srcdir/update-changelog.sh $srcdir
test -f $srcdir/ChangeLog || exit 1
files=`echo docs/help/in/*.in|sed -e 's,docs/help/in/Makefile.in ,,' -e 's,docs/help/in/,!,g' -e 's/\.in /.in ?/g'`
cat docs/help/in/Makefile.am.gen|sed "s/@HELPFILES@/$files/g"|sed 's/?/\\?/g'|tr '!?' '\t\n' > docs/help/in/Makefile.am