From 32514e6d2b0dbcd0dff9f4da65ca6d6e9596feab Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 11 Jan 2024 00:33:22 +0100 Subject: Quote doxygen command where necessary ... if the doxygen path includes spaces. Done for configure/make + CMake. --- makeinclude.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makeinclude.in') 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 -- cgit v1.2.3