James Long schrieb: > I installed the autoconf 259 port, > which didn't overwrite autoconf, but installed autoconf259. > I renamed autoconf to autoconf253 and symlinked autoconf259 > to autoconf (shown at bottom).
Don't do that, this may cause severe problems elsewhere later on. In fact, you should not have any unsuffixed autoconf/automake executables in /usr/local/bin - it seems you still have at least autoheader in there, which would cause the problem you're seeing. Do: cd /usr/local/bin rm -f aclocal autoconf autoheader autom4te automake autoreconf autoscan rm -f autoupdate ifnames This should make the compile of akode-xiph-plugins succeed. Cheers, -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
signature.asc
Description: OpenPGP digital signature
_______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
