I'm quite new to libtool stuff. I have a problem that building my project requires libtool 1.5, but the default libtool on my system (debian, squeeze) is 2.2. What I did is I've installed libtool 1.5 from source, and put it into /usr/local. My PATH variable picks /usr/local/bin path first.
When running autogen, I can see that it "sees" libtool 1.5. However, when I run configure script, a libtool script of version 2.2 appears in my build directory. I have no idea where it comes from since I uninstalled libtool 2.2 using a package manager.
Can you please suggest how to solve the problem? How is the libtool script generated in my build folder? What is the relation to ltmain.sh?
Thanks, Vyacheslav