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
The files in m4/ should not be committed (but a m4/.whatever file must be included as otherwise m4/ would be empty, and you need it present in order to have autoreconf -fi work).
configure.in
should be namedconfigure.ac
.The files in
m4/
should not be committed (but am4/.whatever
file must be included as otherwisem4/
would be empty, and you need it present in order to haveautoreconf -fi
work).autoreconf -fi
fails, but this patch helps:-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([-Wno-portability 1.14])
Makefile.am
andsample/Makefile.am
useINCLUDES
instead ofAM_CPPFLAGS
.There's some other automake error I haven't yet worked out.
The text was updated successfully, but these errors were encountered: