Skip to content

Conversation

@zunda
Copy link

@zunda zunda commented Oct 18, 2023

This makes it possible to build the library on newer systems like Ubuntu 22.04:

$ autoreconf
$ automake --add-missing
$ libtoolize
$ autoreconf
$ ./configure
$ make

This makes it possible to build the library on newer systems like Ubuntu 22.04:

$ autoreconf
$ automake --add-missing
$ libtoolize
$ autoreconf
$ ./configure
$ make
Except in unusual embedded environments, you can safely include all
ISO C90 headers unconditionally.])dnl
# Autoupdate added the next two lines to ensure that your configure
# script's behavior did not change. They are probably safe to remove.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be checked and removed if possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants