libdockapp: Simplify instructions to generate a ./configure script.

Based on suggestions by Alexey Frolov and BALATON Zoltan.
This commit is contained in:
Shining 2015-10-09 22:56:25 +02:00 committed by Carlos R. Mafra
parent 582393e1ba
commit 796427153b

View file

@ -14,10 +14,7 @@ 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
autoreconf -if
./configure
make install