You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For good or bad, using the Gnu Autotools is sort-of standard for, e.g. locating include files (jni.h etc here), It is also on the TODO, however not unconditionally.
I have a Autotools "fork", but I would like some feedback before I start working on a pull request.
The text was updated successfully, but these errors were encountered:
I am not against switching to autotools. We'd need to put back in the conditionals as it is now. Some distributions only build editline support and not readline support.
I also had a play with using meson and it is working quite well with conditionals. meson branch
That is another option, albeit a rather new one. Several gnome projects however have switched to it recently.
For good or bad, using the Gnu Autotools is sort-of standard for, e.g. locating include files (jni.h etc here), It is also on the TODO, however not unconditionally.
I have a Autotools "fork", but I would like some feedback before I start working on a pull request.
The text was updated successfully, but these errors were encountered: