diff options
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 14 |
1 files changed, 8 insertions, 6 deletions
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 <equinox@helsinki.at> -# +# # 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 <http://www.gnu.org/licenses/>. # +set -e + TARGET=`uname -s` EBUILD_COMPAT=0 |