Eric Gallager - 2013-05-05

I've been trying to regenerate the build system with autoreconf, but I've been running into trouble because apparently the distribution is missing some files:

autoreconf: running: automake --add-missing --copy --force-missing
compat/Makefile.am:6: error: required file 'compat/error.c' not found
compat/Makefile.am:6: error: required file 'compat/strtod.c' not found
compat/Makefile.am:6: error: required file 'compat/realloc.c' not found
compat/Makefile.am:6: error: required file 'compat/error.h' not found
compat/Makefile.am:6: error: required file 'compat/malloc.c' not found
autoreconf: automake failed with exit status: 1

Any idea how to deal with this?