summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2011-03-10 22:40:55 +0000
committerChristian Pointner <equinox@spreadspace.org>2011-03-10 22:40:55 +0000
commit1a16b300f76ea14eaa965b0e567595c1292d02ff (patch)
treee1d300d574b62bc2b2c19acaf353f5c31111ae97
parentupdated changelog for version 1.0 (diff)
configure cleanup
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@66 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
-rwxr-xr-xsrc/configure24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/configure b/src/configure
index 53d457d..90bd304 100755
--- a/src/configure
+++ b/src/configure
@@ -1,15 +1,15 @@
#!/bin/sh
-#
+#
# tcpproxy
#
-# tcpproxy is a simple tcp connection proxy which combines the
-# features of rinetd and 6tunnel. tcpproxy supports IPv4 and
-# IPv6 and also supports connections from IPv6 to IPv4
+# tcpproxy is a simple tcp connection proxy which combines the
+# features of rinetd and 6tunnel. tcpproxy supports IPv4 and
+# IPv6 and also supports connections from IPv6 to IPv4
# endpoints and vice versa.
-#
+#
#
# Copyright (C) 2010-2011 Christian Pointner <equinox@spreadspace.org>
-#
+#
# This file is part of tcpproxy.
#
# tcpproxy is free software: you can redistribute it and/or modify
@@ -101,9 +101,9 @@ if [ -n "$ERRORS" ] && [ $EBUILD_COMPAT -ne 1 ]; then
exit 1
fi
-rm -f version.h
+rm -f config.h
rm -f include.mk
-case $TARGET in
+case $TARGET in
Linux)
;;
OpenBSD|FreeBSD|NetBSD|GNU/kFreeBSD)
@@ -132,9 +132,9 @@ if [ -z "$EXAMPLESDIR" ]; then
EXAMPLESDIR=$PREFIX/share/examples
fi
-cat >> include.mk <<EOF
+cat > include.mk <<EOF
# this file was created automatically
-# do not edit this file directly
+# do not edit this file directly
# use ./configure instead
TARGET := '$TARGET'
@@ -175,8 +175,8 @@ fi
HOSTNAME=`hostname`
DATE=`date +"%d.%m.%Y %H:%M:%S %Z"`
-cat >> config.h <<EOF
-/*
+cat > config.h <<EOF
+/*
* tcpproxy config header
*
* this file was created automatically