Changed libedit to go into bootstrap.sh since its now default,

but still make the build and include selectable from configure
Chnaged libedit to use automake
Still need to update the leftover configure and .in files


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6746 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michal Bielicki
2007-12-13 14:36:14 +00:00
parent 3bd6f0d47e
commit 99b12efefc
13 changed files with 1794 additions and 1160 deletions

View File

@@ -0,0 +1,2 @@
#! /bin/sh
./configure "$@" CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1" --disable-shared --with-pic