OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / tinyproxy / autogen.sh
1 #!/bin/sh
2 # -*- sh -*-
3 #
4 # Make the Autotools scripts after checking out the source code from CVS.
5 # This script was taken from the Autotool Book.  I wonder if autoreconf
6 # can now be used...
7 #
8
9 set -x
10 aclocal \
11   && autoheader \
12   && automake --gnu --add-missing \
13   && autoconf