I recently ran a make clean on a C/Gtk program I'm developing and now can't run ./configure to rebuild it. It looks like all my libtool links are broken. There were links to the following files, but now those files don't exist.
/usr/share/libtool/ltmain.sh /usr/share/libtool/config.sub /usr/share/libtool/config.guess Now there's an ltmain.sh in /usr/share/libtool/config/but I'm not sure if I should use that one. Also the root cause of this was probably an emerge I did this weekend with the -e option. Is something missing? I ran fix_libtool_files.sh 3.4.6 which I think I did before and then ran emerge --oneshot -av libtool and this didn't fix anything. Any ideas? Thanks, Dave

