Support using $topsrcdir for bash statements in mozconfig files (bug 216505). r=cls, a=asa.

This commit is contained in:
bryner%brianryner.com 2003-08-25 21:59:07 +00:00
Родитель 640f6fc482
Коммит e4bb6b91eb
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -74,7 +74,7 @@ ac_echo_options() {
# Main
#--------------------------------------------------
_topsrcdir=`dirname $0`
topsrcdir=`dirname $0`
ac_options=
mozconfig_ac_options=
@ -86,7 +86,7 @@ do
ac_options="$ac_options \"$_opt\""
done
MOZCONFIG=`$_AUTOCONF_TOOLS_DIR/mozconfig-find $_topsrcdir`
MOZCONFIG=`$_AUTOCONF_TOOLS_DIR/mozconfig-find $topsrcdir`
if [ "$MOZCONFIG" ]; then
. $MOZCONFIG
fi