diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-01-05 10:26:10 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-01-05 10:26:10 (GMT) |
commit | 9d4d8095cd70a06a3536eea20c32ca7bbddd9f3a (patch) | |
tree | ee15d10d932fa1d21de3ebfcb445e2bd81b9f00b /configure | |
parent | ad53b7bebd3042598e5a11b1f3ef29468815138b (diff) | |
download | Doxygen-9d4d8095cd70a06a3536eea20c32ca7bbddd9f3a.zip Doxygen-9d4d8095cd70a06a3536eea20c32ca7bbddd9f3a.tar.gz Doxygen-9d4d8095cd70a06a3536eea20c32ca7bbddd9f3a.tar.bz2 |
Release-1.2.13.1
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -139,6 +139,9 @@ if test -z "$f_platform"; then dgux:*) f_platform=dgux-g++ ;; + Darwin:*) + f_platform=macosx-c++ + ;; FreeBSD:*) f_platform=freebsd-g++ ;; @@ -290,10 +293,13 @@ fi if test "$f_insttool" = NO; then if test "$install_found" = YES; then - echo "GNU version of install is required!" + echo; else echo "not found!"; + echo fi + echo "GNU version of install is required: this is part of the fileutils package: " + echo "see http://www.gnu.org/software/fileutils/fileutils.html" echo exit 2 fi |