]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mkunxarc.sh
Tweak the icon script, and the generated icons, to more closely
[PuTTY.git] / mkunxarc.sh
index 8433c38382ac279aa35079c888f19bf32d73367a..7e8d367c34b5ab2cda171156b874e65c31845133 100755 (executable)
@@ -28,9 +28,7 @@ esac
 
 perl mkfiles.pl
 (cd doc && make -s ${docver:+"$docver"})
-# Track down automake's copy of install-sh
-cp `aclocal --print-ac-dir | sed 's/aclocal$/automake/'`/install-sh unix/.
-(cd unix && autoreconf  && rm -rf aclocal.m4 autom4te.cache)
+sh mkauto.sh 2>/dev/null
 
 relver=`cat LATEST.VER`
 arcname="putty$arcsuffix"