configure.ac (6849fadb) configure.ac (19ce5e0b)
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 3340 unchanged lines hidden (view full) ---

3349 dnl ===================================================================
3350 if test "$_os" != "WINNT"; then
3351 if test -n "$with_epm"; then
3352 EPM=$with_epm
3353 else
3354 AC_PATH_PROG(EPM, epm, no)
3355 fi
3356
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 3340 unchanged lines hidden (view full) ---

3349 dnl ===================================================================
3350 if test "$_os" != "WINNT"; then
3351 if test -n "$with_epm"; then
3352 EPM=$with_epm
3353 else
3354 AC_PATH_PROG(EPM, epm, no)
3355 fi
3356
3357 if test "$EPM" = "no" && test -n "$with_epm_url" ; then
3357 # Override system epm and --with-epm if --with-epm-url is used.
3358 if test -n "$with_epm_url" ; then
3358 # At this moment we can not verify the URL or the content that we want to download.
3359 # At this moment we can not verify the URL or the content that we want to download.
3359 # Neither can we apply the test below for ruling out that it is the SunStudio dmake.
3360 EPM_URL=$with_epm_url
3361 AC_MSG_RESULT([epm will be downloaded and compiled in bootstrap])
3362 EPM=
3363 echo "EPM will be built."
3364 BUILD_EPM=YES
3365 BUILD_TYPE="$BUILD_TYPE EPM"
3366 else
3367 if test "$EPM" = "no" ; then

--- 3969 unchanged lines hidden ---
3360 EPM_URL=$with_epm_url
3361 AC_MSG_RESULT([epm will be downloaded and compiled in bootstrap])
3362 EPM=
3363 echo "EPM will be built."
3364 BUILD_EPM=YES
3365 BUILD_TYPE="$BUILD_TYPE EPM"
3366 else
3367 if test "$EPM" = "no" ; then

--- 3969 unchanged lines hidden ---