Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mkauto.sh')
-rwxr-xr-xmkauto.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/mkauto.sh b/mkauto.sh
deleted file mode 100755
index 9759438f..00000000
--- a/mkauto.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/sh
-# This script makes the autoconf mechanism for the Unix port work.
-# It's separate from mkfiles.pl because it won't work (and isn't needed)
-# on a non-Unix system.
-
-# It's nice to be able to run this from inside the unix subdir as
-# well as from outside.
-test -f unix.h && cd ..
-
-# Run autoconf on our real configure.in.
-autoreconf -i && rm -rf autom4te.cache