VirtualBox

Changeset 80421 in vbox


Ignore:
Timestamp:
Aug 26, 2019 9:40:49 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132895
Message:

configure: Eliminate the last leftovers of mkisofs/genisoimage config. Long gone, we use our own tool for everything.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r79836 r80421  
    115115IASL="iasl"
    116116XSLTPROC="xsltproc"
    117 GENISOIMAGE="genisoimage"
    118117INCCRYPTO=""
    119118LIBCRYPTO="-lssl -lcrypto"
  • trunk/configure.vbs

    r76553 r80421  
    20752075
    20762076   PrintResult "Python ", strPathPython
    2077 end function
    2078 
    2079 
    2080 '
    2081 '
    2082 function CheckForMkisofs(strFnameMkisofs)
    2083 
    2084    PrintHdr "mkisofs"
    2085 
    2086    CheckForMkisofs = False
    2087    LogPrint "trying: strFnameMkisofs=" & strFnameMkisofs
    2088 
    2089    if FileExists(strFnameMkisofs) = false then
    2090       LogPrint "Testing '" & strFnameMkisofs & " not found"
    2091    else
    2092       CfgPrint "VBOX_MKISOFS          := " & strFnameMkisofs
    2093       CheckForMkisofs = True
    2094    end if
    2095 
    2096    PrintResult "mkisofs ", strFnameMkisofs
    20972077end function
    20982078
     
    21322112   Print "  --with-libcurl32=PATH (only for 64-bit targets)"
    21332113   Print "  --with-python=PATH    "
    2134    Print "  --with-mkisofs=PATH   "
    21352114end sub
    21362115
     
    21702149   strOptCurl32 = ""
    21712150   strOptPython = ""
    2172    strOptMkisofs = ""
    21732151   blnOptDisableCOM = False
    21742152   blnOptDisableUDPTunnel = False
     
    22262204         case "--with-python"
    22272205            strOptPython = strPath
    2228          case "--with-mkisofs"
    2229             strOptMkisofs = strPath
    22302206         case "--disable-com"
    22312207            blnOptDisableCOM = True
     
    23172293     CheckForPython strOptPython
    23182294   end if
    2319    if (strOptMkisofs <> "") then
    2320      CheckForMkisofs strOptMkisofs
    2321    end if
    23222295   if g_blnInternalMode then
    23232296      EnvPrint "call " & g_strPathDev & "/env.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette