Re: [PATCH] In the README it is said to run ./configure but there's no such script in the tarball. I wrote instructions to generate a ./configure with libtool and autotools.
Shining <[email protected]>
| Newsgroups | gmane.compw.window-managers.windowmaker.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 6 Oct 2015 17:27:30 +0300 "Alexey I. Froloff" <[email protected]> wrote: > On Mon, Oct 05, 2015 at 11:19:42PM +0200, Shining wrote: > > +libtoolize > > +aclocal > > +autoconf > > +automake --add-missing > > "autoreconf" command should be enough. No, it doesn't: $ autoreconf configure.ac:5: error: required file './compile' not found configure.ac:5: 'automake --add-missing' can install 'compile' configure.ac:5: error: required file './config.guess' not found configure.ac:5: 'automake --add-missing' can install 'config.guess' configure.ac:5: error: required file './config.sub' not found configure.ac:5: 'automake --add-missing' can install 'config.sub' configure.ac:3: error: required file './install-sh' not found configure.ac:3: 'automake --add-missing' can install 'install-sh' configure.ac:5: error: required file './ltmain.sh' not found configure.ac:3: error: required file './missing' not found configure.ac:3: 'automake --add-missing' can install 'missing' Makefile.am: error: required file './INSTALL' not found Makefile.am: 'automake --add-missing' can install 'INSTALL' autoreconf: automake failed with exit status: 1 -Shining -- To unsubscribe, send mail to [email protected].