Skip to content
  • Petr Menšík's avatar
    Allow ifconfig to be called from any directory · 38301052
    Petr Menšík authored and Mark Andrews's avatar Mark Andrews committed
    ifconfig.sh depends on config.guess for platform guessing. It uses it to
    choose between ifconfig or ip tools to configure interfaces. If
    system-wide automake script is installed and local was not found, use
    platform guess. It should work well on mostly any sane platform. Still
    prefers local guess, but passes when if cannot find it.
    38301052