diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-03-05 14:11:14 -0800 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-03-13 15:07:15 -0700 |
commit | e2ef2479d8bad56ccc2088fcc2bb0d43db929b96 (patch) | |
tree | 255ca66cf1ee0948af438fde5c26585fc32145f7 /bootstrap | |
parent | 2f5118046d195875ee42530b5cf09898717663f9 (diff) | |
download | tinyproxy-e2ef2479d8bad56ccc2088fcc2bb0d43db929b96.tar.gz tinyproxy-e2ef2479d8bad56ccc2088fcc2bb0d43db929b96.zip |
Renamed bootstrap to autogen.sh
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bootstrap b/bootstrap deleted file mode 100755 index 78e0028..0000000 --- a/bootstrap +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# -*- sh -*- -# -# Make the Autotools scripts after checking out the source code from CVS. -# This script was taken from the Autotool Book. I wonder if autoreconf -# can now be used... -# - -test -d config || mkdir config -set -x -aclocal -I config \ - && autoheader \ - && automake --gnu --add-missing \ - && autoconf |