summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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