Skip to content
Snippets Groups Projects
Commit 28bfcf54 authored by slamm%netscape.com's avatar slamm%netscape.com
Browse files

Rename load-mozconfig.sh to mozconfig2configure.

parent 97230963
No related branches found
No related tags found
No related merge requests found
......@@ -100,8 +100,8 @@ AC_DEFUN(MOZ_READ_MOZCONFIG,
[AC_REQUIRE([AC_INIT_BINSH])dnl
# Read in '.mozconfig' script to set the initial options.
# See the load-mozconfig.sh script for more details.
_topsrcdir=`dirname [$]0`
. $_topsrcdir/build/autoconf/load-mozconfig.sh])
_AUTOCONF_TOOLS_DIR=`dirname [$]0`/[$1]/build/autoconf
. $_AUTOCONF_TOOLS_DIR/mozconfig2configure])
dnl This gets inserted at the top of the configure script
MOZ_READ_MOZCONFIG
MOZ_READ_MOZCONFIG(MOZ_TOPSRCDIR)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment