Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 231105 | Differences between
and this patch

Collapse All | Expand All

(-)btg-0.9.8-old/configure (-7 / +7 lines)
Lines 24303-24309 Link Here
24303
24303
24304
			LDFLAGS_SAVE=$LDFLAGS
24304
			LDFLAGS_SAVE=$LDFLAGS
24305
            if test "x$ax_boost_user_system_lib" = "x"; then
24305
            if test "x$ax_boost_user_system_lib" = "x"; then
24306
                for libextension in `ls $BOOSTLIBDIR/libboost_system*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_system.*\)\.so.*$;\1;' -e 's;^lib\(boost_system.*\)\.a*$;\1;'` ; do
24306
                for libextension in `ls $BOOSTLIBDIR/libboost_system*.so 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_system.*\)\.so.*$;\1;' -e 's;^lib\(boost_system.*\)\.a*$;\1;'` ; do
24307
                     ax_lib=${libextension}
24307
                     ax_lib=${libextension}
24308
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
24308
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
24309
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
24309
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
Lines 24649-24655 Link Here
24649
24649
24650
            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
24650
            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
24651
            if test "x$ax_boost_user_iostreams_lib" = "x"; then
24651
            if test "x$ax_boost_user_iostreams_lib" = "x"; then
24652
                for libextension in `ls $BOOSTLIBDIR/libboost_iostreams*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_iostreams.*\)\.so.*$;\1;' -e 's;^lib\(boost_iostreams.*\)\.a*$;\1;'` ; do
24652
                for libextension in `ls $BOOSTLIBDIR/libboost_iostreams*.so 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_iostreams.*\)\.so.*$;\1;' -e 's;^lib\(boost_iostreams.*\)\.a*$;\1;'` ; do
24653
                     ax_lib=${libextension}
24653
                     ax_lib=${libextension}
24654
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
24654
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
24655
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
24655
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
Lines 24984-24990 Link Here
24984
24984
24985
            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
24985
            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
24986
            if test "x$ax_boost_user_filesystem_lib" = "x"; then
24986
            if test "x$ax_boost_user_filesystem_lib" = "x"; then
24987
                for libextension in `ls $BOOSTLIBDIR/libboost_filesystem*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_filesystem.*\)\.so.*$;\1;' -e 's;^lib\(boost_filesystem.*\)\.a*$;\1;'` ; do
24987
                for libextension in `ls $BOOSTLIBDIR/libboost_filesystem*.so 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_filesystem.*\)\.so.*$;\1;' -e 's;^lib\(boost_filesystem.*\)\.a*$;\1;'` ; do
24988
                     ax_lib=${libextension}
24988
                     ax_lib=${libextension}
24989
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
24989
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
24990
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
24990
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
Lines 25324-25330 Link Here
25324
25324
25325
            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
25325
            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
25326
            if test "x$ax_boost_user_date_time_lib" = "x"; then
25326
            if test "x$ax_boost_user_date_time_lib" = "x"; then
25327
                for libextension in `ls $BOOSTLIBDIR/libboost_date_time*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_date_time.*\)\.so.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.a*$;\1;'` ; do
25327
                for libextension in `ls $BOOSTLIBDIR/libboost_date_time*.so 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_date_time.*\)\.so.*$;\1;' -e 's;^lib\(boost_date_time.*\)\.a*$;\1;'` ; do
25328
                     ax_lib=${libextension}
25328
                     ax_lib=${libextension}
25329
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
25329
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
25330
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
25330
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
Lines 25687-25693 Link Here
25687
                          ;;
25687
                          ;;
25688
                        esac
25688
                        esac
25689
            if test "x$ax_boost_user_thread_lib" = "x"; then
25689
            if test "x$ax_boost_user_thread_lib" = "x"; then
25690
                for libextension in `ls $BOOSTLIBDIR/libboost_thread*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_thread.*\)\.so.*$;\1;' -e 's;^lib\(boost_thread.*\)\.a*$;\1;'` ; do
25690
                for libextension in `ls $BOOSTLIBDIR/libboost_thread*.so 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_thread.*\)\.so.*$;\1;' -e 's;^lib\(boost_thread.*\)\.a*$;\1;'` ; do
25691
                     ax_lib=${libextension}
25691
                     ax_lib=${libextension}
25692
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
25692
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
25693
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
25693
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
Lines 26035-26041 Link Here
26035
26035
26036
                  BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
26036
                  BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
26037
                if test "x$ax_boost_user_program_options_lib" = "x"; then
26037
                if test "x$ax_boost_user_program_options_lib" = "x"; then
26038
                for libextension in `ls $BOOSTLIBDIR/libboost_program_options*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.so.*$;\1;' -e 's;^lib\(boost_program_options.*\)\.a*$;\1;'` ; do
26038
                for libextension in `ls $BOOSTLIBDIR/libboost_program_options*.so 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.so.*$;\1;' -e 's;^lib\(boost_program_options.*\)\.a*$;\1;'` ; do
26039
                     ax_lib=${libextension}
26039
                     ax_lib=${libextension}
26040
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
26040
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
26041
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
26041
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
Lines 28343-28349 Link Here
28343
                          ;;
28343
                          ;;
28344
                        esac
28344
                        esac
28345
            if test "x$ax_boost_user_thread_lib" = "x"; then
28345
            if test "x$ax_boost_user_thread_lib" = "x"; then
28346
                for libextension in `ls $BOOSTLIBDIR/libboost_thread*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_thread.*\)\.so.*$;\1;' -e 's;^lib\(boost_thread.*\)\.a*$;\1;'` ; do
28346
                for libextension in `ls $BOOSTLIBDIR/libboost_thread*.so 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_thread.*\)\.so.*$;\1;' -e 's;^lib\(boost_thread.*\)\.a*$;\1;'` ; do
28347
                     ax_lib=${libextension}
28347
                     ax_lib=${libextension}
28348
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
28348
				    as_ac_Lib=`echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
28349
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5
28349
{ echo "$as_me:$LINENO: checking for exit in -l$ax_lib" >&5

Return to bug 231105