]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
optimize pcre and fix autoheadache
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 14 Jan 2006 18:55:20 +0000 (18:55 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 14 Jan 2006 18:55:20 +0000 (18:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@387 d0543943-73ff-0310-b7d9-9358b9ac24b2

checkversion.sh

index 365e3149a323509dae9d0f0349be9014e194283f..ef6184141d85c415f7313da380cfab986f06f72e 100755 (executable)
@@ -12,6 +12,7 @@ oldversion=`cat .version 2>/dev/null || echo "0"`
 if [ $oldversion != $version ] ; then
     cat src/include/switch_version.h.in | sed "s/@SVN_VERSION@/$version/g" > src/include/switch_version.h
     echo $version > .version
+    make modclean
 fi