diff options
author | Timo Sirainen <cras@irssi.org> | 2001-08-09 00:08:31 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-08-09 00:08:31 +0000 |
commit | f84e2a7fe95749eb88db5f1c9def9dce594f6e14 (patch) | |
tree | 80b1a935e3339776b38fd05a06b45beb4caf2b3a | |
parent | 2aaed8dc0b9fa6eec5370baf376beba645597392 (diff) | |
download | irssi-f84e2a7fe95749eb88db5f1c9def9dce594f6e14.zip |
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
-rw-r--r-- | .cvsignore | 1 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | configure.in | 3 |
3 files changed, 1 insertions, 7 deletions
@@ -30,7 +30,6 @@ irssi.spec default-config.h default-theme.h irssi-version.h -irssi-version.h.in irssi-config colorless.theme build-stamp @@ -15,10 +15,6 @@ fi # get versions 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 echo "Creating help files..." perl syntax.pl diff --git a/configure.in b/configure.in index 6f647502..b030a643 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(src) 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 @@ -730,7 +730,6 @@ docs/help/Makefile docs/help/in/Makefile stamp.h irssi.spec -irssi-version.h irssi-config) dnl ** for building from objdir |