autoscan automake and similar and deprecated standard libraries classes

S

Shalafi

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
 
N

Noah Roberts

Shalafi said:
Can any one help?

Maybe in comp.os.linux.development.
comp.lang.c++ isn't going to offer much help since autotools are not
part of C++.
 
B

Ben Pfaff

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 would ask about this on the autoconf and/or automake mailing
lists:
(e-mail address removed)
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top