Re: C++ and .cp extension

2013-05-19 Thread Peter Rosin
On 2013-05-19 18:57, John Andreasson wrote: > Hi. > > I have an old C++ project that I'm modernizing, and part of the process > involves migrating to Autotools. > > All source files uses the .cp extension. I know it's not common, but many > compilers recognize it as C++. Automake doesn't do that

C++ and .cp extension

2013-05-19 Thread John Andreasson
Hi. I have an old C++ project that I'm modernizing, and part of the process involves migrating to Autotools. All source files uses the .cp extension. I know it's not common, but many compilers recognize it as C++. Automake doesn't do that however. I guess I could rename all of them to end in som