X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mkauto.sh;h=9759438f878072e20e7f0457344a5515293fab35;hb=51732faeb913527f3373e3c77bf66ca414e5bab6;hp=4a467a51b7a9e4fd7fd058663955109ca7913b0e;hpb=64150a5ef28a23c30b60219d550956955311faf3;p=PuTTY.git diff --git a/mkauto.sh b/mkauto.sh index 4a467a51..9759438f 100755 --- a/mkauto.sh +++ b/mkauto.sh @@ -8,4 +8,4 @@ test -f unix.h && cd .. # Run autoconf on our real configure.in. -(cd unix && autoreconf -i && rm -rf autom4te.cache) +autoreconf -i && rm -rf autom4te.cache