summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2011-03-10 22:37:41 +0000
committerChristian Pointner <equinox@anylike.org>2011-03-10 22:37:41 +0000
commit892f2c939c2ea860f9b6fab11b5b23b31eb90081 (patch)
treef601d650d47804b02ae9409cafcf287d9de83fac
parentfixed typos at manpage (diff)
configure cleanup
-rwxr-xr-xsrc/configure24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/configure b/src/configure
index 3e53f8e..28b97c7 100755
--- a/src/configure
+++ b/src/configure
@@ -2,14 +2,14 @@
#
# anylike
#
-# anylike is an IKEv2 Implementation written in Lua and C. It's main
-# design goal is to provide anytun and uanytun or any other SATP
-# implementation with a key exchange mechanism but it should also be
-# possible to use anylike as key exchange daemon for IPSec security
-# associations. The use of Lua guarantees that anylike is easily
-# portable to many platforms including very small ones like wireless
+# anylike is an IKEv2 Implementation written in Lua and C. It's main
+# design goal is to provide anytun and uanytun or any other SATP
+# implementation with a key exchange mechanism but it should also be
+# possible to use anylike as key exchange daemon for IPSec security
+# associations. The use of Lua guarantees that anylike is easily
+# portable to many platforms including very small ones like wireless
# routers.
-#
+#
#
# Copyright (C) 2007-2008 Markus Grueneis <gimpf@anylike.org>
# Christian Pointner <equinox@anylike.org>
@@ -119,7 +119,7 @@ fi
rm -f version.h
rm -f include.mk
-case $TARGET in
+case $TARGET in
Linux)
LDFLAGS=$LDFLAGS' -ldl'
;;
@@ -238,9 +238,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'
@@ -287,8 +287,8 @@ fi
HOSTNAME=`hostname`
DATE=`date +"%d.%m.%Y %H:%M:%S %Z"`
-cat >> version.h <<EOF
-/*
+cat > version.h <<EOF
+/*
* anylike version info
*
* this file was created automatically