common/autoconf/generated-configure.sh

changeset 2227
77b81e582939
parent 2226
d5dd14b37ea5
child 2228
1a5c98aae346
equal deleted inserted replaced
2226:d5dd14b37ea5 2227:77b81e582939
4303 # definitions. It is replaced with custom functionality when building 4303 # definitions. It is replaced with custom functionality when building
4304 # custom sources. 4304 # custom sources.
4305 #CUSTOM_AUTOCONF_INCLUDE 4305 #CUSTOM_AUTOCONF_INCLUDE
4306 4306
4307 # Do not change or remove the following line, it is needed for consistency checks: 4307 # Do not change or remove the following line, it is needed for consistency checks:
4308 DATE_WHEN_GENERATED=1527649790 4308 DATE_WHEN_GENERATED=1527770995
4309 4309
4310 ############################################################################### 4310 ###############################################################################
4311 # 4311 #
4312 # Initialization / Boot-strapping 4312 # Initialization / Boot-strapping
4313 # 4313 #
38319 fi 38319 fi
38320 38320
38321 fi 38321 fi
38322 38322
38323 38323
38324 # Restore old path. 38324 # Restore old path, except for the microsoft toolchain, which requires VS_PATH
38325 PATH="$OLD_PATH" 38325 # to remain in place. Otherwise the compiler will not work in some situations
38326 # in later configure checks.
38327 if test "x$TOOLCHAIN_TYPE" != "xmicrosoft"; then
38328 PATH="$OLD_PATH"
38329 fi
38326 38330
38327 # Restore the flags to the user specified values. 38331 # Restore the flags to the user specified values.
38328 # This is necessary since AC_PROG_CC defaults CFLAGS to "-g -O2" 38332 # This is necessary since AC_PROG_CC defaults CFLAGS to "-g -O2"
38329 CFLAGS="$ORG_CFLAGS" 38333 CFLAGS="$ORG_CFLAGS"
38330 CXXFLAGS="$ORG_CXXFLAGS" 38334 CXXFLAGS="$ORG_CXXFLAGS"

mercurial