pixel / hexedit

View and edit files in hexadecimal or in ASCII
http://rigaux.org/hexedit.html
GNU General Public License v2.0
98 stars 41 forks source link

Make configure.ac compliant with autoconf >= 2.70 #53

Closed eribertomota closed 3 years ago

eribertomota commented 3 years ago

autoconf >= 2.70 produces the following warnings in current configure.ac:

configure.ac:51: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:51: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:51: the top level
configure.ac:75: warning: AC_OUTPUT should be used without arguments.
configure.ac:75: You should run autoupdate.

This PR fixes those warnings.