Tue, 12 Sep 2006 04:52:55 +0000
[gaim-migrate @ 17258]
Unless I'm missing something, VERSION.in isn't used at all anymore
| Makefile.am | file | annotate | diff | comparison | revisions | |
| VERSION.in | file | annotate | diff | comparison | revisions | |
| configure.ac | file | annotate | diff | comparison | revisions |
--- a/Makefile.am Tue Sep 12 02:00:10 2006 +0000 +++ b/Makefile.am Tue Sep 12 04:52:55 2006 +0000 @@ -10,7 +10,6 @@ README.SVN \ README.dbus \ README.mingw \ - VERSION.in \ gaim.pc.in \ gaim.spec.in \ gaim.apspec.in \
--- a/VERSION.in Tue Sep 12 02:00:10 2006 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -@VERSION@
--- a/configure.ac Tue Sep 12 02:00:10 2006 +0000 +++ b/configure.ac Tue Sep 12 04:52:55 2006 +0000 @@ -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