common/autoconf/generated-configure.sh

Print this page

        

*** 4078,4088 **** # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1392253412 ############################################################################### # # Initialization / Boot-strapping # --- 4078,4088 ---- # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1392416209 ############################################################################### # # Initialization / Boot-strapping #
*** 49909,49920 **** # Finally output some useful information to the user printf "\n" printf "====================================================\n" ! printf "A new configuration has been successfully created in\n" ! printf "$OUTPUT_ROOT\n" if test "x$CONFIGURE_COMMAND_LINE" != x; then printf "using configure arguments '$CONFIGURE_COMMAND_LINE'.\n" else printf "using default settings.\n" fi --- 49909,49931 ---- # Finally output some useful information to the user printf "\n" printf "====================================================\n" ! if test "x$no_create" != "xyes"; then ! if test "x$IS_RECONFIGURE" != "xyes"; then ! printf "A new configuration has been successfully created in\n %s\n" "$OUTPUT_ROOT" ! else ! printf "The existing configuration has been successfully updated in\n %s\n" "$OUTPUT_ROOT" ! fi ! else ! if test "x$IS_RECONFIGURE" != "xyes"; then ! printf "A configuration has been successfully checked but not created\n" ! else ! printf "The existing configuration has been successfully checked in\n %s\n" "$OUTPUT_ROOT" ! fi ! fi if test "x$CONFIGURE_COMMAND_LINE" != x; then printf "using configure arguments '$CONFIGURE_COMMAND_LINE'.\n" else printf "using default settings.\n" fi
*** 49964,49975 **** printf "It is recommended that you create an output directory on a local disk,\n" printf "and run the configure script again from that directory.\n" printf "\n" fi ! if test "x$IS_RECONFIGURE" = "xyes"; then printf "WARNING: The result of this configuration has overridden an older\n" printf "configuration. You *should* run 'make clean' to make sure you get a\n" printf "proper build. Failure to do so might result in strange build problems.\n" printf "\n" fi --- 49975,49992 ---- printf "It is recommended that you create an output directory on a local disk,\n" printf "and run the configure script again from that directory.\n" printf "\n" fi ! if test "x$IS_RECONFIGURE" = "xyes" && test "x$no_create" != "xyes"; then printf "WARNING: The result of this configuration has overridden an older\n" printf "configuration. You *should* run 'make clean' to make sure you get a\n" printf "proper build. Failure to do so might result in strange build problems.\n" printf "\n" fi + if test "x$IS_RECONFIGURE" != "xyes" && test "x$no_create" = "xyes"; then + printf "WARNING: The result of this configuration was not saved.\n" + printf "You should run without '--no-create | -n' to create the configuration.\n" + printf "\n" + fi +