[gaim-migrate @ 9921]

Sun, 30 May 2004 21:45:23 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Sun, 30 May 2004 21:45:23 +0000
changeset 9137
fbc401694295
parent 9136
dc1a8ae972bd
child 9138
d0e8c761d174

[gaim-migrate @ 9921]
Nuke the VERSION file, and have it auto-build from configure, based off the
current version. Automation GOOD.

.cvsignore file | annotate | diff | comparison | revisions
Makefile.am file | annotate | diff | comparison | revisions
VERSION file | annotate | diff | comparison | revisions
VERSION.in file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
--- a/.cvsignore	Sun May 30 21:35:46 2004 +0000
+++ b/.cvsignore	Sun May 30 21:45:23 2004 +0000
@@ -3,6 +3,7 @@
 config.status
 intl
 ABOUT-NLS
+VERSION
 compile
 config.guess
 config.sub
--- a/Makefile.am	Sun May 30 21:35:46 2004 +0000
+++ b/Makefile.am	Sun May 30 21:45:23 2004 +0000
@@ -14,6 +14,7 @@
 		Makefile.mingw \
 		README.mingw \
 		VERSION \
+		VERSION.in \
 		plugins/win32/transparency/Makefile.mingw \
 		plugins/win32/transparency/win2ktrans.c \
 		plugins/win32/winprefs/gtkappbar.c \
--- a/VERSION	Sun May 30 21:35:46 2004 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-0.79cvs
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/VERSION.in	Sun May 30 21:45:23 2004 +0000
@@ -0,0 +1,1 @@
+@VERSION@
--- a/configure.ac	Sun May 30 21:35:46 2004 +0000
+++ b/configure.ac	Sun May 30 21:45:23 2004 +0000
@@ -1131,6 +1131,7 @@
 
 AC_OUTPUT([Makefile
 		   Doxyfile
+		   VERSION
 		   doc/Makefile
 		   doc/gaim.1
 		   doc/gaim-remote.1

mercurial