Try to use mozilla as well as netscape to launch webconfig

Bug #101075
This commit is contained in:
seawood%netscape.com 2001-10-13 06:23:28 +00:00
Родитель 312cd624d1
Коммит 6651238f71
1 изменённых файлов: 5 добавлений и 2 удалений

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

@ -460,10 +460,13 @@ MOZCONFIG2CONFIGURATOR := build/autoconf/mozconfig2configurator
webconfig:
@cd $(TOPSRCDIR); \
url=`$(MOZCONFIG2CONFIGURATOR) $(TOPSRCDIR)`; \
echo Running netscape with the following url: ;\
echo Running mozilla with the following url: ;\
echo ;\
echo $$url ;\
netscape -remote "openURL($$url)" || netscape $$url ;\
mozilla -remote "openURL($$url)" || \
netscape -remote "openURL($$url)" || \
mozilla $$url || \
netscape $$url ;\
echo ;\
echo 1. Fill out the form on the browser. ;\
echo 2. Save the results to $(WEBCONFIG_FILE)