etr/libhttpserver

INSTALL is obsolete

loup-vaillant-airbus opened this issue · 1 comments

The INSTALL file reads:

Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package.

But there is no ./configure script in the latest release! (I downloaded the tarball of course). And of course, those instruction differ from that of the README (and those instructions do work on my machine).

If you don't have time to update the INSTALL file, perhaps consider deleting it?

The INSTALL file tells that you need to run make -f Makefile.cvs to generate the configure script.

Do you forget this step?