From 5f81fd86447026a03d8b396f169b1a292a29d13d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 28 Feb 2011 13:22:38 +0000 Subject: cleanup at configure --- src/configure | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/configure') diff --git a/src/configure b/src/configure index 13b3c21..76b1017 100755 --- a/src/configure +++ b/src/configure @@ -142,6 +142,7 @@ fi rm -f include.mk +rm -f version.h case $TARGET in Linux) rm -f tunDevice.cpp @@ -187,7 +188,6 @@ case $CRYPTO_LIB in ;; none) CXXFLAGS=$CXXFLAGS' -DNO_CRYPT' - echo "NO_CRYPT_OBJ = 1" >> include.mk echo "disabling crypto" ;; esac @@ -222,7 +222,7 @@ if [ -z "$EXAMPLESDIR" ]; then EXAMPLESDIR=$PREFIX/share/examples fi -cat >> include.mk < include.mk <> include.mk +fi + if [ $INSTALLMANPAGE -eq 1 ]; then echo "MANDIR := $MANDIR" >> include.mk echo "installing manpage" @@ -265,7 +269,7 @@ fi HOSTNAME=`hostname` DATE=`date +"%d.%m.%Y %H:%M:%S %Z"` -cat >> version.h < version.h <