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.

2015-10-07 Thread Shining
On Wed, 7 Oct 2015 00:11:28 +0200 (CEST)
BALATON Zoltan  wrote:

> >> On Mon, Oct 05, 2015 at 11:19:42PM +0200, Shining wrote:
> >>> +libtoolize
> >>> +aclocal
> >>> +autoconf
> >>> +automake --add-missing

> What about "autoreconf -if"? I think that should work but haven't tried.

You are right, Zoltan:

$ autoreconf -if
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:5: installing './compile'
configure.ac:5: installing './config.guess'
configure.ac:5: installing './config.sub'
configure.ac:3: installing './install-sh'
configure.ac:3: installing './missing'
Makefile.am: installing './INSTALL'

If the patch hasn't been committed yet I can write a new one.


-Shining


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


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.

2015-10-07 Thread Carlos R. Mafra
On Wed,  7 Oct 2015 at 10:28:22 +0200, Shining wrote:
> On Wed, 7 Oct 2015 00:11:28 +0200 (CEST)
> BALATON Zoltan  wrote:
> 
> > >> On Mon, Oct 05, 2015 at 11:19:42PM +0200, Shining wrote:
> > >>> +libtoolize
> > >>> +aclocal
> > >>> +autoconf
> > >>> +automake --add-missing
> 
> > What about "autoreconf -if"? I think that should work but haven't tried.
> 
> You are right, Zoltan:
> 
> $ autoreconf -if
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
> libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
> libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
> configure.ac:5: installing './compile'
> configure.ac:5: installing './config.guess'
> configure.ac:5: installing './config.sub'
> configure.ac:3: installing './install-sh'
> configure.ac:3: installing './missing'
> Makefile.am: installing './INSTALL'
> 
> If the patch hasn't been committed yet I can write a new one.

Just write a new one and I can replace it on the 'next' branch.


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


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.

2015-10-06 Thread BALATON Zoltan

On Tue, 6 Oct 2015, Shining wrote:

On Tue, 6 Oct 2015 17:27:30 +0300
"Alexey I. Froloff"  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:


What about "autoreconf -if"? I think that should work but haven't tried.

Regards,
BALATON Zoltan


--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


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.

2015-10-06 Thread Shining
On Tue, 6 Oct 2015 17:27:30 +0300
"Alexey I. Froloff"  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 wmaker-dev-unsubscr...@lists.windowmaker.org.


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.

2015-10-06 Thread Alexey I. Froloff
On Mon, Oct 05, 2015 at 11:19:42PM +0200, Shining wrote:
> +libtoolize 
> +aclocal
> +autoconf
> +automake --add-missing

"autoreconf" command should be enough.

-- 
Regards,--
Sir Raorn.   --- https://plus.google.com/+AlexeyFroloff


pgpK24O3eCLNk.pgp
Description: PGP signature


[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.

2015-10-05 Thread Shining
---
 libdockapp/README | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/libdockapp/README b/libdockapp/README
index 877dd6d..a669fd3 100644
--- a/libdockapp/README
+++ b/libdockapp/README
@@ -9,8 +9,15 @@ Pascal G. Hofstee 
 You must have libXpm library installed and the shape extension supported
 by your X server to be able to build and install libdockapp.
 
+If you received this file in a tarball then you probably need to generate the
+configuration environment yourself. You need libtool and autotools for this
+purpose.
 To compile libDockApp enter the libdockapp directory and type:
 
+libtoolize 
+aclocal
+autoconf
+automake --add-missing
 ./configure
 make install
 
-- 
1.9.1


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.