mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
removing most of the generated files from tree. You will need to run bootstrap.sh and configure again after you do this update and have autoconf, automake, and libtool installed on the box.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4662 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -7,6 +7,13 @@ SUBDIRS="codec/g7xx codec/g726 codec/gsm codec/ilbc codec/lpc10 curl iax iksemel
|
||||
js js/nsprpub libdingaling libetpan libresample libsndfile libteletone pcre sofia-sip \
|
||||
speex sqlite srtp xmlrpc-c";
|
||||
|
||||
# keep automake from making us magically GPL, and to stop complaining about missing files.
|
||||
cp -f docs/COPYING .
|
||||
cp -f docs/AUTHORS .
|
||||
touch NEWS
|
||||
touch README
|
||||
touch ChangeLog
|
||||
|
||||
# autoconf 2.59 or newer
|
||||
ac_version=`${AUTOCONF:-autoconf} --version 2>/dev/null|sed -e 's/^[^0-9]*//;s/[a-z]* *$//;q'`
|
||||
if test -z "$ac_version"; then
|
||||
|
Reference in New Issue
Block a user