From 284816436a6c98475ccc433dbb8a6c27bd8c623a Mon Sep 17 00:00:00 2001 From: angel Date: Thu, 26 May 2005 20:09:08 +0000 Subject: [PATCH] Deleted old code from config.sh. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@587 c87de0a0-a11c-0410-a1e5-866214bc28b2 --- config.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config.sh b/config.sh index 04c8115..e6584ef 100755 --- a/config.sh +++ b/config.sh @@ -12,7 +12,6 @@ PREFIX=/usr/local while [ $# -gt 0 ] ; do case $1 in -# --without-option) WITHOUT_OPTION=1 ;; --help) CONFIG_HELP=1 ;; --prefix) PREFIX=$2 ; shift ;; @@ -26,7 +25,6 @@ if [ "$CONFIG_HELP" = "1" ] ; then echo "Available options:" echo "--prefix=PREFIX Installation prefix ($PREFIX)." -# echo "--without-option Disable option." echo echo "Environment variables:" @@ -165,14 +163,6 @@ fi ######################################################### -echo "#ifdef CONFOPT_WIN32" >> config.h -echo "#define SWPRINTF _snwprintf" >> config.h -echo "#else" >> config.h -echo "#define SWPRINTF swprintf" >> config.h -echo "#endif" >> config.h - -######################################################### - # final setup echo "VERSION=$VERSION" >> makefile.opts -- 2.11.4.GIT