[Pkg-wmaker-commits] [libdockapp] 01/05: libdockapp: Info about generating 'configure' script in README

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Oct 18 11:14:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository libdockapp.

commit 63f08a881c4480202c7e0b910a736a80911487c2
Author: Shining <wmaker-dev at linuxcondom.net>
Date:   Mon Oct 5 23:19:42 2015 +0200

    libdockapp: Info about generating 'configure' script in README
    
    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.
---
 README | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README b/README
index 877dd6d..a669fd3 100644
--- a/README
+++ b/README
@@ -9,8 +9,15 @@ Pascal G. Hofstee <daeron at windowmaker.org>
 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/libdockapp.git



More information about the Pkg-wmaker-commits mailing list