Carolyn Beeton wrote:
> I am not yet a real EDE user, but in looking over what it provides, I
> wonder if an alias or script to redo the configure step is required. In
> my experience, it will be necessary to rerun configure at some point
> during development (when adding new files or projects, or building after
> someone else has) and configure has a bunch of nasty options and
> prefixes which I can never remember. Is there something there that I
> didn't see in the wiki?
>
> Carolyn
>
This one reruns configuration...
alias reconf='./config.status --recheck && ./config.status'
I am attaching the script that I use to setup my working environment.
I like to have parallel directories hierarchies for 'build' and 'sources'
and 'output' it makes easily to just remove or rename 'build' or 'output'.
Unfortunately it also means that I rely on Dale to help with setting
svn:ignore...
D.
#!/bin/sh
export SIPX_PREFIX=/usr/local/sipx/$1
SIPX_SRC=~/sipx/$1
SIPX_BUILD=~/sipx.build/$1
export SIPXCONFIG_SRC=${SIPX_SRC}/sipXconfig
export SIPXCONFIG_BUILD=${SIPX_BUILD}/sipXconfig
export OPENFIRE_HOME=/opt/openfire
SIPX_INIT_SCRIPT=${SIPX_PREFIX}/etc/init.d/sipxecs
alias conf="${SIPX_SRC}/configure --prefix=${SIPX_PREFIX}
--cache-file=${SIPX_BUILD}/ac-cache-file --disable-doc"
alias rpmconf="${SIPX_SRC}/configure --cache-file=${SIPX_BUILD}/ac-cache-file
--with-distdir=${SIPX_BUILD}/dist"
alias redo="cd ${SIPX_SRC};autoreconf --install --force;cd -"
alias sipu="sudo ${SIPX_INIT_SCRIPT} start"
alias sipd="sudo ${SIPX_INIT_SCRIPT} stop"
alias sipr="sudo ${SIPX_INIT_SCRIPT} restart"
alias sipcd="cd ${SIPX_PREFIX}"
alias sipcds="cd ${SIPXCONFIG_SRC}"
alias sipcdb="cd ${SIPX_BUILD}"
alias eclipse="/usr/local/eclipse-3.4.2/eclipse -data ~/eclipse/$1 > /dev/null
2>&1 &"
export GWT_EXTERNAL_BROWSER="/usr/bin/htmlview"
export PATH=$ORIG_PATH:${SIPX_PREFIX}/bin
cd ${SIPX_SRC}/sipXconfig
echo "You now working in:" `pwd`
_______________________________________________
sipx-dev mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
sipXecs IP PBX -- http://www.sipfoundry.org/