mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
rest of the ~rewrite?
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@172 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c95034c6de
commit
d29ca0b107
32 changed files with 2049 additions and 1536 deletions
|
|
@ -14,4 +14,13 @@ PKG_NAME="Irssi"
|
|||
exit 1
|
||||
}
|
||||
|
||||
# get versions
|
||||
|
||||
version=`cat configure.in|grep AM_INIT_AUTOMAKE|sed 's/[^,]*, \([^\)]*\).*/\1/'`
|
||||
version_date=`date +%Y%m%d`
|
||||
|
||||
echo "/* automatically created by autogen.sh */" > irssi-version.h
|
||||
echo "#define IRSSI_VERSION \"$version\"" >> irssi-version.h
|
||||
echo "#define IRSSI_VERSION_DATE \"$version_date\"" >> irssi-version.h
|
||||
|
||||
. $srcdir/macros/autogen.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue