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

Install extra libraries in a dev container #530

Closed yutaro-sakamoto closed 2 weeks ago

yutaro-sakamoto commented 2 weeks ago

This pull request includes updates to the Dockerfile to install libtool and gettext-devel in a dev container. Additionally, I executed autoreconf in order to refresh build scripts in a dev container. This pull request resolve an issue raised in https://github.com/opensourcecobol/opensourcecobol4j/issues/526#issuecomment-2441013600.

Dependency and Build Configuration Updates: