4 rm -f icons
/big
/*.ml_icon
5 rm -f icons
/small
/*.ml_icon
8 rm -f mlgnut mlnap mlbt mldonkey mlslsk mldonkey_gui
*
9 rm -f build
/*.cma build
/*.cmxa build
/*.a
14 CPPFLAGS
="${CPPFLAGS} -I/usr/local/include"
16 LDFLAGS
="${LDFLAGS} -L/usr/local/lib"
23 if test ! -d config
; then
24 echo "Missing ./config/ directory. Re-download mldonkey"
27 && if test ! -f .
/configure
; then
28 if which autoconf259
; then
30 else if which autoconf-2.59
; then
32 else if which autoconf-2.5x
; then
37 echo "Running Autoconf ($ac)..."
40 && if test ! -f ..
/Makefile
; then
41 echo "Running m4 to generate Makefile..."
42 m4 Makefile.
in > ..
/Makefile