diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-01-11 00:33:22 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-01-11 01:47:07 +0100 |
| commit | 32514e6d2b0dbcd0dff9f4da65ca6d6e9596feab (patch) | |
| tree | 8aacce936ab8f47208a459b30a19dd11dbc99920 /makeinclude.in | |
| parent | 08e64283aacf0c26453c1be956bf15569b6d3585 (diff) | |
Quote doxygen command where necessary
... if the doxygen path includes spaces.
Done for configure/make + CMake.
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makeinclude.in b/makeinclude.in index 070381863..3057095a4 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,7 +1,7 @@ # # Make include file for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2023 by Bill Spitzak and others. +# Copyright 1998-2024 by Bill Spitzak and others. # # This library is free software. Distribution and use rights are outlined in # the file "COPYING" which should have been included with this file. If this @@ -27,7 +27,7 @@ FLTK_VERSION = @FLTK_VERSION@ # FLTK configuration options: BUILD = { WIN | OSX | X11 | XFT | CAIROXLIB | WAYLANDX11 | WAYLAND } BUILD = @BUILD@ -UNAME = @UNAME@ +UNAME = @UNAME@ # Standard configure variables |
