[Freeswitch-trunk] [commit] r6232 - freeswitch/trunk
Freeswitch SVN
anthm at freeswitch.org
Mon Nov 12 19:45:20 EST 2007
Author: anthm
Date: Mon Nov 12 19:45:20 2007
New Revision: 6232
Modified:
freeswitch/trunk/bootstrap.sh
Log:
create modules.conf on bootstrap if it does not exist
Modified: freeswitch/trunk/bootstrap.sh
==============================================================================
--- freeswitch/trunk/bootstrap.sh (original)
+++ freeswitch/trunk/bootstrap.sh Mon Nov 12 19:45:20 2007
@@ -7,6 +7,11 @@
js js/nsprpub libdingaling libetpan libresample libsndfile pcre sofia-sip \
speex sqlite srtp xmlrpc-c";
+
+if [ ! -f modules.conf ]; then
+ cp build/modules.conf.in modules.conf
+fi
+
# keep automake from making us magically GPL, and to stop complaining about missing files.
cp -f docs/COPYING .
cp -f docs/AUTHORS .
More information about the Freeswitch-trunk
mailing list