summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorValentin Batz <senneth@irssi.org>2004-11-04 15:53:22 +0000
committervb <vb@dbcabf3a-b0e7-0310-adc4-f8d773084564>2004-11-04 15:53:22 +0000
commitf7e12d390a270737c7b0048c923b5c59a8c1ac13 (patch)
treede7af623e3ce0907700e42b37ef3bf0d9cb09b2c /autogen.sh
parent7a8c5f6763c790ac737f1483d8faef8744cdc498 (diff)
downloadirssi-f7e12d390a270737c7b0048c923b5c59a8c1ac13.zip
Changed autogen.sh and configure.in, so compiling works with svn, darix will make the svn path configureable
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3680 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 781a6f98..8095d8e6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,6 +29,12 @@ version_date=`date +%Y%m%d`
echo "Creating help files..."
perl syntax.pl
+SVN=svn
+# the TZ hack is needed.
+# otherwise the log will have local timezone
+TZ=UTC $SVN log -v > ChangeLog
+TZ=UTC $SVN log -v --xml > ChangeLog.xml
+
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