Netrek Server
The repository does not have the `configure` script mentioned in the `INSTALL` file. I tried to create it myself using `aclocal`, then `automake --add-missing`, however got this error: ``` $ aclocal aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' $ automake --add-missing automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE, configure.in: that aclocal.m4 is present in the top-level directory, configure.in: and that aclocal.m4 was recently regenerated (using aclocal) automake: error: no 'Makefile.am' found for any configure output ``` The automake I'm using is version 1.15-4ubuntun1.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by neuhaus and has received 3 comments.