diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-27 16:14:29 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-27 16:14:29 +0100 |
| commit | 1f715f8766d3a325c15ef59eebfec1dbc32b09d3 (patch) | |
| tree | 626905d350b678e889d02a48ba39fdd8177b8b4f | |
| parent | 6db6a9d8b851dfa5a9a379a8aa9ac516aa6e19d2 (diff) | |
Update fltk-config.in (minor comment changes only)
| -rw-r--r-- | fltk-config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fltk-config.in b/fltk-config.in index ee16204b5..c23b79ce6 100644 --- a/fltk-config.in +++ b/fltk-config.in @@ -2,7 +2,7 @@ # # FLTK configuration utility. # -# Copyright 2000-2024 by Bill Spitzak and others. +# Copyright 2000-2025 by Bill Spitzak and others. # Original version Copyright 2000 by James Dean Palmer # Adapted by Vincent Penne and Michael Sweet # @@ -17,7 +17,7 @@ # https://www.fltk.org/bugs.php # -# Variables and constants generated by configure or CMake: +# Variables and constants generated by CMake: # version numbers MAJOR_VERSION=@FLTK_VERSION_MAJOR@ @@ -41,7 +41,7 @@ OPTIM="@OPTIM@" CAIROFLAGS="@CAIROFLAGS@" # BINARY_DIR: this is only set for CMake builds in the CMake build directory, -# otherwise it is an empty string +# otherwise it is an empty string (for instance in the install directory) BINARY_DIR=@BINARY_DIR@ prefix="@prefix@" @@ -121,7 +121,7 @@ Options telling what information we request: [--cxxflags] return flags to compile C++ using FLTK [--ldflags] return flags to link against FLTK [--ldstaticflags] return flags to link against static FLTK library - even if there are DSOs installed + even if there are DSOs installed [--libs] return FLTK libraries full path for dependencies [--prefix] return FLTK install time --prefix directory [--includedir] return FLTK install time include directory |
