| | Errata This page contains solutions for known problems that are not really worth creating or downloading a new distribution. Versions 1.0 and 1.1 Configure or make complains with a line like the following: cd . && /bin/sh ./config.status Makefile config.status: error: invalid argument: Makefile config.status can't find a file because it is named slightly different. Load configure.in into your favorite editor. Search for AC_OUTPUT and in one of the following lines change ./Makefile to Makefile . Then everything should work normally. |