diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-02-12 15:12:14 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-02-12 15:12:14 +0000 |
| commit | 86b5507486164da7cd7a71c6a688666ee3fb5d83 (patch) | |
| tree | 730d6799520894c2cdaa2ac12d14f7a8cd8e8c53 /configh.in | |
| parent | 7eae5f4f873fc3911bf8ee3556391e89b1ec597e (diff) | |
Configure script changes to support man pages, HTMLDOC, AIX/QNX with
strings.h, etc.
Add check for strings.h in fluid/factory.cxx.
Add directories and man page rules to makeinclude.in
Rename man page sources; these are formatted to the correct extensions.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configh.in')
| -rw-r--r-- | configh.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configh.in b/configh.in index ce8c223d2..b6e4c7507 100644 --- a/configh.in +++ b/configh.in @@ -1,5 +1,5 @@ /* - * "$Id: configh.in,v 1.11.2.7 2001/01/22 15:13:37 easysw Exp $" + * "$Id: configh.in,v 1.11.2.8 2001/02/12 15:12:14 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @configure_input@ @@ -140,6 +140,7 @@ * String functions... */ +#define HAVE_STRINGS_H 0 #define HAVE_STRCASECMP 0 /* @@ -159,5 +160,5 @@ #define USE_POLL 0 /* - * End of "$Id: configh.in,v 1.11.2.7 2001/01/22 15:13:37 easysw Exp $". + * End of "$Id: configh.in,v 1.11.2.8 2001/02/12 15:12:14 easysw Exp $". */ |
