summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 13 insertions, 7 deletions
diff --git a/configure b/configure
index 251a304..a73dd60 100755
--- a/configure
+++ b/configure
@@ -20,7 +20,7 @@ doxygen_version_minor=5
doxygen_version_revision=1
#NOTE: Setting version_mmn to "NO" will omit mmn info from the package.
-doxygen_version_mmn=NO
+doxygen_version_mmn=20061202
bin_dirs=`echo $PATH | sed -e "s/:/ /g"`
@@ -217,6 +217,9 @@ if test -z "$f_platform"; then
Cygwin:*)
f_platform=win32-g++
;;
+ CYGWIN:*)
+ f_platform=win32-g++
+ ;;
*MiNT:*)
f_platform=m68k-atari-mint-g++
;;
@@ -432,15 +435,13 @@ fi
test -f .makeconfig && rm .makeconfig
test -f .tmakeconfig && rm .tmakeconfig
-if test -z $PWD; then
- PWD=`pwd`
-fi
+configPWD=`pwd`
cat > .makeconfig <<EOF
-DOXYGEN = $PWD
-TMAKEPATH = $PWD/tmake/lib/$f_platform
+DOXYGEN = $configPWD
+TMAKEPATH = $configPWD/tmake/lib/$f_platform
ENV = env TMAKEPATH=\$(TMAKEPATH)
-TMAKE = $PWD/tmake/bin/tmake
+TMAKE = $configPWD/tmake/bin/tmake
MAKE = $f_make
PERL = $f_perl
RM = rm -f
@@ -513,6 +514,11 @@ EOF
EOF
fi
fi
+if test "$f_platform" = "hpux-g++"; then
+ cat >> .tmakeconfig <<EOF
+ TMAKE_CXXFLAGS += -D_LARGEFILE_SOURCE
+EOF
+fi
if test "$f_wizard" = YES; then
cat >> .tmakeconfig <<EOF
TMAKE_MOC = $QTDIR/bin/moc