changeset 9137:63565de253af

[gaim-migrate @ 9921] Nuke the VERSION file, and have it auto-build from configure, based off the current version. Automation GOOD. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 30 May 2004 21:45:23 +0000
parents e46869c572be
children 37068f1e4396
files .cvsignore Makefile.am VERSION VERSION.in configure.ac
diffstat 5 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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