common/autoconf/generated-configure.sh

changeset 610
dea045cc48ca
parent 604
2a713921952c
child 621
ffb4d2e95140
child 627
28071e4ca1de
equal deleted inserted replaced
609:339e4df096a2 610:dea045cc48ca
3721 # definitions. It is replaced with custom functionality when building 3721 # definitions. It is replaced with custom functionality when building
3722 # custom sources. 3722 # custom sources.
3723 #CUSTOM_AUTOCONF_INCLUDE 3723 #CUSTOM_AUTOCONF_INCLUDE
3724 3724
3725 # Do not change or remove the following line, it is needed for consistency checks: 3725 # Do not change or remove the following line, it is needed for consistency checks:
3726 DATE_WHEN_GENERATED=1359376859 3726 DATE_WHEN_GENERATED=1359971740
3727 3727
3728 ############################################################################### 3728 ###############################################################################
3729 # 3729 #
3730 # Initialization / Boot-strapping 3730 # Initialization / Boot-strapping
3731 # 3731 #
10776 10776
10777 if test "x$with_milestone" = xyes; then 10777 if test "x$with_milestone" = xyes; then
10778 as_fn_error $? "Milestone must have a value" "$LINENO" 5 10778 as_fn_error $? "Milestone must have a value" "$LINENO" 5
10779 elif test "x$with_milestone" != x; then 10779 elif test "x$with_milestone" != x; then
10780 MILESTONE="$with_milestone" 10780 MILESTONE="$with_milestone"
10781 else 10781 fi
10782 if test "x$MILESTONE" = x; then
10782 MILESTONE=internal 10783 MILESTONE=internal
10783 fi 10784 fi
10784 10785
10785 10786
10786 # Check whether --with-build-number was given. 10787 # Check whether --with-build-number was given.
29244 29245
29245 LDFLAGS=$ac_save_LDFLAGS 29246 LDFLAGS=$ac_save_LDFLAGS
29246 29247
29247 fi 29248 fi
29248 29249
29250
29251 # AC_PATH_XTRA creates X_LIBS and sometimes adds -R flags. When cross compiling
29252 # this doesn't make sense so we remove it.
29253 if test "x$COMPILE_TYPE" = xcross; then
29254 X_LIBS=`$ECHO $X_LIBS | $SED 's/-R \{0,1\}[^ ]*//g'`
29255 fi
29249 29256
29250 if test "x$no_x" = xyes && test "x$X11_NOT_NEEDED" != xyes; then 29257 if test "x$no_x" = xyes && test "x$X11_NOT_NEEDED" != xyes; then
29251 29258
29252 # Print a helpful message on how to acquire the necessary build dependency. 29259 # Print a helpful message on how to acquire the necessary build dependency.
29253 # x11 is the help tag: freetyp2, cups, pulse, alsa etc 29260 # x11 is the help tag: freetyp2, cups, pulse, alsa etc

mercurial