From 2802e5a2b474101a50bf95e707061ca5542876fd Mon Sep 17 00:00:00 2001 From: kergoth Date: Thu, 31 Jan 2002 18:35:48 +0000 Subject: *** empty log message *** --- (limited to 'configure') diff --git a/configure b/configure index 7824e36..3b474c6 100755 --- a/configure +++ b/configure @@ -5,7 +5,7 @@ # Copyright 1999-2000 Trolltech AS. All rights reserved. # -PLATFORM=linux-generic-g++ +PLATFORM=generic SHARING=shared DEBUG= QCONFIGARG= @@ -29,12 +29,9 @@ then fi rm .test.qpe. -mkdir -p include/qpe -( cd include/qpe && rm -f *.h; ln -s ../../library/*.h .; ln -s ../../library/backend/*.h .; rm -f *_p.h; ) - -VERSION_MAJ=$(sed -n -e 's/.*QPE_VERSION "\([0-9]*\)\.[0-9]*\.[0-9]*.*".*/\1/p'