зеркало из https://github.com/mozilla/pjs.git
Second round of nspr autoconf cleanup.
Adding --with-dist-prefix options to free up standard options for real installs. Bug #73919 r=bryner
This commit is contained in:
Родитель
7373bddf79
Коммит
12cee16a3a
|
@ -13675,7 +13675,7 @@ unset MAKEFILES
|
|||
unset CONFIG_FILES
|
||||
|
||||
if test -z "$MOZ_NATIVE_NSPR"; then
|
||||
ac_configure_args="$_SUBDIR_CONFIG_ARGS --prefix=$MOZ_BUILD_ROOT/dist"
|
||||
ac_configure_args="$_SUBDIR_CONFIG_ARGS --with-dist-prefix=$MOZ_BUILD_ROOT/dist"
|
||||
|
||||
if test "$no_recursion" != yes; then
|
||||
|
||||
|
|
|
@ -4563,7 +4563,7 @@ unset MAKEFILES
|
|||
unset CONFIG_FILES
|
||||
|
||||
if test -z "$MOZ_NATIVE_NSPR"; then
|
||||
ac_configure_args="$_SUBDIR_CONFIG_ARGS --prefix=$MOZ_BUILD_ROOT/dist"
|
||||
ac_configure_args="$_SUBDIR_CONFIG_ARGS --with-dist-prefix=$MOZ_BUILD_ROOT/dist"
|
||||
AC_OUTPUT_SUBDIRS(nsprpub)
|
||||
fi
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче