libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
535 stars 304 forks source link

Update m4 macros to latest #132

Closed corsac-s closed 5 years ago

corsac-s commented 5 years ago

This is a similar PR than the one for libimobiledevice: current AC_PYTHON_DEVEL macro (from m4/ac_python_devel.m4) clobbers CPPFLAGS without properly restoring it.

Fix that by updating the macro to the latest version provided by autoconf-archive (which is called AX_PYTHON_DEVEL and comes from the ax_python_devel.m4 file).

Also update ax_pthread to latest, although the only change is the upstream URL.

nikias commented 5 years ago

I cherry-picked two of the commits because I already pushed a commit for tha ac_python_devel.m4 -> ax_python_devel.m4 myself. Thanks for the contribution!