diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-10-05 09:07:25 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-10-05 09:07:25 (GMT) |
commit | 3102b81d682bf0b3b4dd50148434ab8e575a3d2e (patch) | |
tree | 9ff275a866b1660085cb0e638922291f5b2abd36 /configure | |
parent | 631bd3426f23c6a69b8a19156b25387ceba007d4 (diff) | |
download | Doxygen-3102b81d682bf0b3b4dd50148434ab8e575a3d2e.zip Doxygen-3102b81d682bf0b3b4dd50148434ab8e575a3d2e.tar.gz Doxygen-3102b81d682bf0b3b4dd50148434ab8e575a3d2e.tar.bz2 |
Release-1.5.7.1
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -17,7 +17,7 @@ doxygen_version_major=1 doxygen_version_minor=5 -doxygen_version_revision=7 +doxygen_version_revision=7.1 #NOTE: Setting version_mmn to "NO" will omit mmn info from the package. doxygen_version_mmn=NO @@ -46,7 +46,7 @@ while test -n "$1"; do shift; f_prefix=$1 ;; --docdir | -docdir) - shift; f_docdir=$1/doxygen + shift; f_docdir=$1 ;; --shared | -shared) f_shared=YES @@ -136,8 +136,8 @@ Options: --prefix dir Installation prefix directory (doxygen will be put in PREFIX/bin/doxygen) [default: $f_prefix] - --docdir dir Documentation is installed in DOCDIR/doxygen/ - [default: PREFIX/share/doc/packages] + --docdir dir Documentation is installed in DOCDIR/ + [default: PREFIX/share/doc/packages/doxygen] --install name Use \`name' as the name of the GNU install tool [default: autodetect] --english-only Include support for English only. @@ -224,7 +224,7 @@ if test -z "$f_platform"; then UNIX_SV:4.2*) f_platform=unixware-g++ ;; - Cygwin:*|CYGWIN:*) + Cygwin:*|CYGWIN*) f_platform=win32-g++ ;; *MiNT:*) |