From 1a16b300f76ea14eaa965b0e567595c1292d02ff Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 10 Mar 2011 22:40:55 +0000 Subject: configure cleanup git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@66 e61f0598-a718-4e21-a8f0-0aadfa62ad6b --- src/configure | 24 ++++++++++++------------ 1 file 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 -# +# # 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 < include.mk <> config.h < config.h <