From: <dat...@us...> - 2006-09-12 04:53:04
|
Revision: 17258 http://svn.sourceforge.net/gaim/?rev=17258&view=rev Author: datallah Date: 2006-09-11 21:52:55 -0700 (Mon, 11 Sep 2006) Log Message: ----------- Unless I'm missing something, VERSION.in isn't used at all anymore Modified Paths: -------------- trunk/Makefile.am trunk/configure.ac Removed Paths: ------------- trunk/VERSION.in Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2006-09-12 02:00:10 UTC (rev 17257) +++ trunk/Makefile.am 2006-09-12 04:52:55 UTC (rev 17258) @@ -10,7 +10,6 @@ README.SVN \ README.dbus \ README.mingw \ - VERSION.in \ gaim.pc.in \ gaim.spec.in \ gaim.apspec.in \ Deleted: trunk/VERSION.in =================================================================== --- trunk/VERSION.in 2006-09-12 02:00:10 UTC (rev 17257) +++ trunk/VERSION.in 2006-09-12 04:52:55 UTC (rev 17258) @@ -1 +0,0 @@ -@VERSION@ Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-09-12 02:00:10 UTC (rev 17257) +++ trunk/configure.ac 2006-09-12 04:52:55 UTC (rev 17258) @@ -1841,17 +1841,6 @@ AC_DEFINE(GAIM_FATAL_ASSERTS, 1, [Define to make assertions fatal (useful for debugging).]) fi -AC_CONFIG_COMMANDS_PRE([ - if test -e VERSION; then - cp -p VERSION VERSION.ac-save - fi -]) - -AC_CONFIG_COMMANDS_POST([ - cmp VERSION VERSION.ac-save || touch -r VERSION.ac-save VERSION - rm -f VERSION.ac-save -]) - AC_OUTPUT([Makefile Doxyfile gaim.apspec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |