opensourcecobol / opensourcecobol4j

A new version of opensourcecobol. Translate COBOL to Java.
https://opensourcecobol.github.io/opensourcecobol4j/
GNU General Public License v3.0
74 stars 34 forks source link

Simplify configure.ac slightly #506

Closed yutaro-sakamoto closed 1 month ago

yutaro-sakamoto commented 1 month ago

This pull request cleans up unused macros and functions. The most important changes include removing checks for the gettimeofday function and the color_set function from the curses library. This pull request resolves #505 partially.

Configuration cleanup: