mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
irssi-version.h is now updated by CVS daily instead of being generated by
configure. The main version string is set to 0.7.98.CVS. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1731 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2aaed8dc0b
commit
f84e2a7fe9
@ -30,7 +30,6 @@ irssi.spec
|
|||||||
default-config.h
|
default-config.h
|
||||||
default-theme.h
|
default-theme.h
|
||||||
irssi-version.h
|
irssi-version.h
|
||||||
irssi-version.h.in
|
|
||||||
irssi-config
|
irssi-config
|
||||||
colorless.theme
|
colorless.theme
|
||||||
build-stamp
|
build-stamp
|
||||||
|
@ -15,10 +15,6 @@ fi
|
|||||||
# get versions
|
# get versions
|
||||||
version_date=`date +%Y%m%d`
|
version_date=`date +%Y%m%d`
|
||||||
|
|
||||||
echo "/* automatically created by autogen.sh */" > irssi-version.h.in
|
|
||||||
echo "#define IRSSI_VERSION \"@VERSION@\"" >> irssi-version.h.in
|
|
||||||
echo "#define IRSSI_VERSION_DATE \"$version_date\"" >> irssi-version.h.in
|
|
||||||
|
|
||||||
# create help files
|
# create help files
|
||||||
echo "Creating help files..."
|
echo "Creating help files..."
|
||||||
perl syntax.pl
|
perl syntax.pl
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
AC_INIT(src)
|
AC_INIT(src)
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE(irssi, 0.7.98.3-20010809)
|
AM_INIT_AUTOMAKE(irssi, 0.7.98.CVS)
|
||||||
|
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
@ -730,7 +730,6 @@ docs/help/Makefile
|
|||||||
docs/help/in/Makefile
|
docs/help/in/Makefile
|
||||||
stamp.h
|
stamp.h
|
||||||
irssi.spec
|
irssi.spec
|
||||||
irssi-version.h
|
|
||||||
irssi-config)
|
irssi-config)
|
||||||
|
|
||||||
dnl ** for building from objdir
|
dnl ** for building from objdir
|
||||||
|
Loading…
Reference in New Issue
Block a user