Ticket #36220: patch-configure.diff

File patch-configure.diff, 2.9 KB (added by Tom.Schoonjans@…, 12 years ago)
  • xraylib-2.16.

    old new  
    1773217732                # credits goes to momjian, I think. I'd like to put the right name
    1773317733                # in the credits, if someone can point me in the right direction... ?
    1773417734                #
    17735                 if test -n "$ac_python_libdir" -a -n "$ac_python_library" \
    17736                         -a x"$ac_python_library" != x"$ac_python_soname"
    17737                 then
     17735                #echo "ac_python_libdir: x$ac_python_libdirx"
     17736                #echo "ac_python_library: x$ac_python_libraryx"
     17737                #echo "ac_python_soname: x$ac_python_sonamex"
     17738                #if test -n "$ac_python_libdir" -a -n "$ac_python_library" \
     17739                #       -a x"$ac_python_library" != x"$ac_python_soname"
     17740                #then
    1773817741                        # use the official shared library
    1773917742                        ac_python_library=`echo "$ac_python_library" | sed "s/^lib//"`
    17740                         PYTHON_LDFLAGS="-L$ac_python_libdir -l$ac_python_library"
    17741                 else
    17742                         # old way: use libpython from python_configdir
    17743                         ac_python_libdir=`$PYTHON -c \
    17744                           "from distutils.sysconfig import get_python_lib as f; \
    17745                           import os; \
    17746                           print (os.path.join(f(plat_specific=1, standard_lib=1), 'config'));"`
    1774717743                        PYTHON_LDFLAGS="-L$ac_python_libdir -lpython$ac_python_version"
    17748                 fi
     17744                #else
     17745                #       # old way: use libpython from python_configdir
     17746                #       ac_python_libdir=`$PYTHON -c \
     17747                #         "from distutils.sysconfig import get_python_lib as f; \
     17748                #         import os; \
     17749                #         print (os.path.join(f(plat_specific=1, standard_lib=1), 'config'));"`
     17750                #       PYTHON_LDFLAGS="-L$ac_python_libdir -lpython$ac_python_version"
     17751                #fi
    1774917752
    1775017753                if test -z "PYTHON_LDFLAGS"; then
    1775117754                        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
     
    1780017803        if test -z "$PYTHON_EXTRA_LIBS"; then
    1780117804           PYTHON_EXTRA_LIBS=`$PYTHON -c "import distutils.sysconfig; \
    1780217805                conf = distutils.sysconfig.get_config_var; \
    17803                 print (conf('LOCALMODLIBS') + ' ' + conf('LIBS'))"`
     17806                print (conf('LOCALMODLIBS') + ' ' + conf('LDFLAGS') + ' ' + conf('LIBS'))"`
    1780417807        fi
    1780517808        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_EXTRA_LIBS" >&5
    1780617809$as_echo "$PYTHON_EXTRA_LIBS" >&6; }
     
    1808018083JAVA_TEST=Test.java
    1808118084CLASS_TEST=Test.class
    1808218085cat << \EOF > $JAVA_TEST
    18083 /* #line 18083 "configure" */
     18086/* #line 18086 "configure" */
    1808418087public class Test {
    1808518088}
    1808618089EOF
     
    1826718270if $UUDECODE Test.uue; then
    1826818271        ac_cv_prog_uudecode_base64=yes
    1826918272else
    18270         echo "configure: 18270: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
     18273        echo "configure: 18273: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
    1827118274        echo "configure: failed file was:" >&5
    1827218275        cat Test.uue >&5
    1827318276        ac_cv_prog_uudecode_base64=no
     
    1829818301CLASS_TEST=Test.class
    1829918302TEST=Test
    1830018303cat << \EOF > $JAVA_TEST
    18301 /* [#]line 18301 "configure" */
     18304/* [#]line 18304 "configure" */
    1830218305public class Test {
    1830318306public static void main (String args[]) {
    1830418307        System.exit (0);