]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
switch to independent sound file version numbers
authorMichael Jerris <mike@jerris.com>
Tue, 20 May 2008 19:24:23 +0000 (19:24 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 20 May 2008 19:24:23 +0000 (19:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8495 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am
configure.in

index 3235002a01741438a2f877c431e0b238d6a7c952..20c462b9b895ed4325e4b032011d408d2680239a 100644 (file)
@@ -18,7 +18,7 @@ DEFAULT_SOUNDS=en-us-callie-8000
         sound_perfix=`echo $@ | sed -e 's|-.*||'`; \
         full_sound_dir=`echo $@ | sed -e 's|^sounds||' | sed -e 's|^-||' | sed -e 's|-install$$||'`; \
         test ! -z $$full_sound_dir || full_sound_dir=`echo $(DEFAULT_SOUNDS)`; \
-        soundfile=`echo freeswitch-sounds-$$full_sound_dir-$(PACKAGE_VERSION).tar.gz`; \
+        soundfile=`echo freeswitch-sounds-$$full_sound_dir-$(SOUNDS_VERSION).tar.gz`; \
          if test "$$target" = "install"; then $(MAKE) $(AM_MAKEFLAGS) core_install; else $(MAKE) $(AM_MAKEFLAGS) core ; fi; \
          if test "$$target_prefix" = "sounds"; then \
           if test "$$target" = "install"; then $(GETSOUNDS) $$soundfile $(PREFIX)/sounds/; else $(GETSOUNDS) $$soundfile ; fi; \
index 1fb94b773fc5e7045f2f12973a210db69db1b309..ad78dd614095f84e6d22ac654be3a0018ff5672b 100644 (file)
@@ -8,6 +8,7 @@ AC_SUBST(SWITCH_VERSION_MAJOR, [1])
 AC_SUBST(SWITCH_VERSION_MINOR, [0])
 AC_SUBST(SWITCH_VERSION_MICRO, [pre4])
 #AC_SUBST(SWITCH_VERSION_REVISION, [svn-revision-here])
+AC_SUBST(SOUNDS_VERSION, [1.0.1])
 
 AC_CONFIG_FILES([src/include/switch_version.h.in:src/include/switch_version.h.template])