dharple / detox

Tames problematic filenames
BSD 3-Clause "New" or "Revised" License
318 stars 19 forks source link

configure.ac: warnings with autoconf >= 2.70 #82

Closed eribertomota closed 3 years ago

eribertomota commented 3 years ago

Dear @dharple,

From Debian Sid using autoconf 2.71 (detox 1.4.4):

configure.ac:6: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from...
./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from...
aclocal.m4:650: AM_PROG_LEX is expanded from...
configure.ac:6: the top level
configure.ac:14: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.ac:14: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:14: the top level
configure.ac:5: installing './compile'
configure.ac:3: installing './install-sh'
configure.ac:3: installing './missing'
src/Makefile.am: installing './depcomp'
configure.ac: installing './ylwrap'

The command `autoupdate' will help to solve some issues.

Cheers,

Eriberto

dharple commented 3 years ago

Thanks! I've updated both and I'll release v1.4.5 soon.

dharple commented 3 years ago

v1.4.5 has been released. Please let me know if you run in to any other issues. Thanks!

eribertomota commented 3 years ago

All right. Sent to Debian. Thanks!