This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
utoscan automake and similar and deprecated standard librariesclasses
- From: fizban at softhome dot net
- To: autoconf at gnu dot org, automake at gnu dot org
- Cc:
- Date: Mon, 14 Feb 2005 03:30:49 -0700
- Subject: utoscan automake and similar and deprecated standard librariesclasses
- Reply-to: odfiz-homepage at yahoo dot it
Hi,
I've modified an old library, flip (fuzzy logic stuff), to work with
new gcc compiler, I've made operation like substituting #include
<strstream.h> with #include <strstream> and inserted where useful
"using std::str..". And i've modified the makefile to add the install
and the uninstall target.
Now i'd like to use autotools and automake and friends or similar
tools to make the same work.
I wondered when autoscan didn't found these deprecated methods. And I
hope ther can be an automated method to do it, and to check other
non-portable and non-standard code.
Can any one help?
thanks,
Dimitri Ognibene