AOSC-Archive / metahtml

git mirror for a programming language specifically designed for working within the World Wide Web environment
Other
1 stars 1 forks source link

Bundled readline should be cleared away #5

Open Artoria2e5 opened 8 years ago

Artoria2e5 commented 8 years ago

This package contains a bundled version of readline 2.0, and in its configure it claims the system Readline is broken.

A simple diff with GNU Readline 2.0 indicated a lot of coding style changes, especially extern C and ANSI function declarations. undefs and comments at the head of the files are also sometimes removed.

It will take some time to classify all those changes.

And, with the current autotools, is it still necessary to consider cases like C++ compilers compiling C source? At least gcc knows to look at the suffix.