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

mkauto.sh - github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9759438f878072e20e7f0457344a5515293fab35 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /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