| 1 | | |
| | 1 | This one has config.guess/config.sub in 4 places, so start with copying fresh copies to those locations: |
| | 2 | {{{ |
| | 3 | cp /boot/common/share/libtool/config/config.guess . |
| | 4 | cp /boot/common/share/libtool/config/config.guess lib/SDLAudio |
| | 5 | cp /boot/common/share/libtool/config/config.guess lib/rtp |
| | 6 | cp /boot/common/share/libtool/config/config.guess common/video/iso-mpeg4 |
| | 7 | cp /boot/common/share/libtool/config/config.sub . |
| | 8 | cp /boot/common/share/libtool/config/config.sub lib/SDLAudio |
| | 9 | cp /boot/common/share/libtool/config/config.sub lib/rtp |
| | 10 | cp /boot/common/share/libtool/config/config.sub common/video/iso-mpeg4 |
| | 11 | }}} |
| | 12 | |
| | 13 | More details coming soon. |