summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-11-13 23:35:48 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-11-13 23:35:48 +0000
commit52b506e13ac184f49563411ec922f3a5ecf7cbc4 (patch)
tree29461dd7fa9f510f82508c2e0ae82c1e0daca715 /autogen.sh
parent5497b07c8a1331e0322b614f55d458d2319ea3ea (diff)
downloadirssi-52b506e13ac184f49563411ec922f3a5ecf7cbc4.zip
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
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1795a96a..4d98cf9e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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