cr-marcstevens / hashclash

Project HashClash - MD5 & SHA-1 cryptanalysis
Other
742 stars 87 forks source link

missing M4 files #6

Closed angea closed 4 years ago

angea commented 4 years ago

I tried to compile and I had some errors like:

configure.ac:63: warning: AX_GCC_X86_AVX_XGETBV is m4_require'd but not m4_defun'd
m4/ax_simdext.m4:49: AX_EXT is expanded from...

I added ax_gcc_x86_cpuid.m4 and ax_gcc_x86_avx_xgetbv.m4 in /m4/ to fix the problem. (I can't create a PR at the moment)

cr-marcstevens commented 4 years ago

Will fix!

Other solution: install package autoconf-archive

cr-marcstevens commented 4 years ago

Fixed