mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 23:37:02 +08:00
Quote doxygen command where necessary
... if the doxygen path includes spaces. Done for configure/make + CMake.
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user