common/autoconf/generated-configure.sh

changeset 626
bebeaa04ab8e
parent 625
2f8fd30f02e6
parent 604
2a713921952c
child 627
28071e4ca1de
equal deleted inserted replaced
625:2f8fd30f02e6 626:bebeaa04ab8e
3729 # definitions. It is replaced with custom functionality when building 3729 # definitions. It is replaced with custom functionality when building
3730 # custom sources. 3730 # custom sources.
3731 #CUSTOM_AUTOCONF_INCLUDE 3731 #CUSTOM_AUTOCONF_INCLUDE
3732 3732
3733 # Do not change or remove the following line, it is needed for consistency checks: 3733 # Do not change or remove the following line, it is needed for consistency checks:
3734 DATE_WHEN_GENERATED=1358901036 3734 DATE_WHEN_GENERATED=1359938124
3735 3735
3736 ############################################################################### 3736 ###############################################################################
3737 # 3737 #
3738 # Initialization / Boot-strapping 3738 # Initialization / Boot-strapping
3739 # 3739 #
10784 10784
10785 if test "x$with_milestone" = xyes; then 10785 if test "x$with_milestone" = xyes; then
10786 as_fn_error $? "Milestone must have a value" "$LINENO" 5 10786 as_fn_error $? "Milestone must have a value" "$LINENO" 5
10787 elif test "x$with_milestone" != x; then 10787 elif test "x$with_milestone" != x; then
10788 MILESTONE="$with_milestone" 10788 MILESTONE="$with_milestone"
10789 else 10789 fi
10790 if test "x$MILESTONE" = x; then
10790 MILESTONE=internal 10791 MILESTONE=internal
10791 fi 10792 fi
10792 10793
10793 10794
10794 # Check whether --with-build-number was given. 10795 # Check whether --with-build-number was given.
29252 29253
29253 LDFLAGS=$ac_save_LDFLAGS 29254 LDFLAGS=$ac_save_LDFLAGS
29254 29255
29255 fi 29256 fi
29256 29257
29258
29259 # AC_PATH_XTRA creates X_LIBS and sometimes adds -R flags. When cross compiling
29260 # this doesn't make sense so we remove it.
29261 if test "x$COMPILE_TYPE" = xcross; then
29262 X_LIBS=`$ECHO $X_LIBS | $SED 's/-R \{0,1\}[^ ]*//g'`
29263 fi
29257 29264
29258 if test "x$no_x" = xyes && test "x$X11_NOT_NEEDED" != xyes; then 29265 if test "x$no_x" = xyes && test "x$X11_NOT_NEEDED" != xyes; then
29259 29266
29260 # Print a helpful message on how to acquire the necessary build dependency. 29267 # Print a helpful message on how to acquire the necessary build dependency.
29261 # x11 is the help tag: freetyp2, cups, pulse, alsa etc 29268 # x11 is the help tag: freetyp2, cups, pulse, alsa etc

mercurial