diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-24 08:16:50 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-27 08:09:24 +0530 |
commit | 43d0af85af92c93671dcc7016b58ee42af8c863d (patch) | |
tree | b577d37e6bc4f983b10a70edf0a3f1569eb48739 | |
parent | 1c72d8f0631401487ed9bd9340fe2269658ccfa9 (diff) | |
download | tinyproxy-43d0af85af92c93671dcc7016b58ee42af8c863d.tar.gz tinyproxy-43d0af85af92c93671dcc7016b58ee42af8c863d.zip |
Remove obsolete comment
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,10 +1,4 @@ #!/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... -# srcdir=`dirname $0` test -z "$srcdir" && srcdir=. |