From 161271070b84d12cf175e06de542a04c89e438a6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 22 Feb 2011 14:56:29 +0000 Subject: fixed configure diff --git a/src/configure b/src/configure index ef6e03a..1fa9232 100755 --- a/src/configure +++ b/src/configure @@ -1,15 +1,15 @@ #!/bin/sh -# +# # rharchive # -# rharchive is a simple tcp connection proxy which combines the -# features of rinetd and 6tunnel. rharchive supports IPv4 and -# IPv6 and also supports connections from IPv6 to IPv4 +# rharchive is a simple tcp connection proxy which combines the +# features of rinetd and 6tunnel. rharchive 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 rharchive. # # rharchive is free software: you can redistribute it and/or modify @@ -26,6 +26,8 @@ # along with rharchive. If not, see . # +set -e + TARGET=`uname -s` EBUILD_COMPAT=0 -- cgit v0.10.2