summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-09-06 21:04:07 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-09-06 21:04:07 (GMT)
commitbc6161ea636d54342e82f1f96b8d534dbd99c78b (patch)
tree24f950391924810998cc59aeb041099c7871e49c /configure
parent4b77f4fc83a7954a741c1b35ec50e918a2786559 (diff)
downloadDoxygen-bc6161ea636d54342e82f1f96b8d534dbd99c78b.zip
Doxygen-bc6161ea636d54342e82f1f96b8d534dbd99c78b.tar.gz
Doxygen-bc6161ea636d54342e82f1f96b8d534dbd99c78b.tar.bz2
Release-1.3.8-20040906
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure26
1 files changed, 1 insertions, 25 deletions
diff --git a/configure b/configure
index 3985b91..127053d 100755
--- a/configure
+++ b/configure
@@ -149,9 +149,6 @@ if test -z "$f_platform"; then
FreeBSD:*)
f_platform=freebsd-g++
;;
- GNU:*)
- f_platform=gnu-g++
- ;;
HP-UX:*)
f_platform=hpux-g++
;;
@@ -161,7 +158,7 @@ if test -z "$f_platform"; then
IRIX:*)
f_platform=irix-n32
;;
- Linux:*)
+ Linux:*|GNU:*|GNU/*:*)
f_platform=linux-g++
;;
NetBSD:*)
@@ -239,27 +236,6 @@ if test "$f_wizard" = YES; then
QTDIR=$d
fi
done
-# if test -d "/usr/lib/qt3/lib"; then
-# if test -d "/usr/lib/qt3/include"; then
-# if test -x "/usr/lib/qt3/bin/moc"; then
-# QTDIR="/usr/lib/qt3"
-# fi
-# fi
-# fi
-# if test -d "/usr/lib/qt2/lib"; then
-# if test -d "/usr/lib/qt2/include"; then
-# if test -x "/usr/lib/qt2/bin/moc"; then
-# QTDIR="/usr/lib/qt2"
-# fi
-# fi
-# fi
-# if test -d "/usr/lib/qt/lib"; then
-# if test -d "/usr/lib/qt/include"; then
-# if test -x "/usr/lib/qt/bin/moc"; then
-# QTDIR="/usr/lib/qt"
-# fi
-# fi
-# fi
else
echo " Detected Qt via the QTDIR environment variable..."
echo -n " "