summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-05-07 12:56:01 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-05-07 12:56:01 (GMT)
commit53da67394cd52ea7301f306ad766107b38ffd2ae (patch)
treec35eb3a8d51696f3a4cddc5f0e8d484466382833 /configure
parent9b0cf1e08f786c5fbc0583fdeecd9b6fefda2b76 (diff)
downloadDoxygen-53da67394cd52ea7301f306ad766107b38ffd2ae.zip
Doxygen-53da67394cd52ea7301f306ad766107b38ffd2ae.tar.gz
Doxygen-53da67394cd52ea7301f306ad766107b38ffd2ae.tar.bz2
Release-1.3.7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure b/configure
index 3f151d7..616ee93 100755
--- a/configure
+++ b/configure
@@ -23,7 +23,7 @@ f_make=NO
f_dot=NO
f_perl=NO
f_plf_auto=NO
-f_prefix=/usr
+f_prefix=/usr/local
f_insttool=NO
f_english=NO
f_wizard=NO
@@ -136,6 +136,9 @@ if test -z "$f_platform"; then
AIX*)
f_platform=aix-xlc
;;
+ BeOS*)
+ f_platform=beos-g++
+ ;;
dgux:*)
f_platform=dgux-g++
;;
@@ -253,7 +256,7 @@ if test "$f_wizard" = YES; then
echo "QTDIR not set and Qt not found at standard locations!"
echo
echo "tmake requires the QTDIR environment variable to be set."
- echo "check your Qt installation!"
+ echo "check the Qt installation instructions!"
exit 2
else
if test ! -d "$QTDIR/lib"; then