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:
Michael Jerris
2007-03-19 19:26:25 +00:00
parent 0bab5fe86a
commit cc384fb515
182 changed files with 13 additions and 453583 deletions

View File

@@ -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