changeset 9144:ffff69d81bf4

[gaim-migrate @ 9928] Reverting my VERSION stuff until I get a chance to fix it when I get home. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 30 May 2004 22:19:11 +0000
parents 9e3d4722d86e
children 7eac34219f1a
files configure.ac
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun May 30 22:15:37 2004 +0000
+++ b/configure.ac	Sun May 30 22:19:11 2004 +0000
@@ -1129,9 +1129,16 @@
 AC_CHECK_HEADERS(termios.h)
 AC_VAR_TIMEZONE_EXTERNALS
 
+dnlAC_CONFIG_COMMANDS([version],
+dnl[[
+dnl	sed -e "s/@VERSION@/$VERSION/" VERSION.in > VERSION.tmp
+dnl	cmp VERSION VERSION.in 2>/dev/null || cp VERSION.tmp VERSION
+dnl	rm -f VERSION.tmp
+dnl]]
+dnl)
+
 AC_OUTPUT([Makefile
 		   Doxyfile
-		   VERSION
 		   doc/Makefile
 		   doc/gaim.1
 		   doc/gaim-remote.1
@@ -1161,7 +1168,7 @@
 		   src/protocols/jabber/Makefile
 		   src/protocols/msn/Makefile
 		   src/protocols/napster/Makefile
-   		   src/protocols/novell/Makefile
+		   src/protocols/novell/Makefile
 		   src/protocols/oscar/Makefile
 		   src/protocols/rendezvous/Makefile
 		   src/protocols/silc/Makefile