make sure .version is populated on builds from non svn working copies

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15822 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-12-07 10:33:28 +00:00
parent 216c47b509
commit 4df029142b
2 changed files with 2 additions and 0 deletions

1
.version.in Normal file
View File

@ -0,0 +1 @@
@SWITCH_VERSION_REVISION@

View File

@ -10,6 +10,7 @@ AC_SUBST(SWITCH_VERSION_MICRO, [trunk])
#AC_SUBST(SWITCH_VERSION_REVISION, [svn-revision-here])
AC_CONFIG_FILES([src/include/switch_version.h.in:src/include/switch_version.h.template])
AC_CONFIG_FILES([.version:.version.in])
AC_CONFIG_AUX_DIR(build/config)
AM_INIT_AUTOMAKE(libfreeswitch,0.1)