summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-05-21 08:50:25 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-05-21 08:50:25 +0000
commite35e2a27a23d3760d0d7c65964940bea0a809b18 (patch)
treeffe7ae3e70ae37679461b64bac1f21498b5a7f03
parent92d0163f407e89db078d58fb51b017458be6e412 (diff)
Included fltk.spec in configure.in
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5137 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES1
-rw-r--r--configure.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7d73f6500..6f85b63ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.1.8
+ - Included fltk.spec in configure.in (STR #1274)
- Fixed insufficiently invalidated cache
in Fl_Browser (STR #1265)
- Attempt to fix multi monitor issues (STR #1153)
diff --git a/configure.in b/configure.in
index 476715d3b..c44d5fc9d 100644
--- a/configure.in
+++ b/configure.in
@@ -995,7 +995,7 @@ fi
dnl Write all of the files...
AC_CONFIG_HEADER(config.h:configh.in)
-AC_OUTPUT(makeinclude fltk.list fltk-config FL/Makefile)
+AC_OUTPUT(makeinclude fltk.list fltk-config fltk.spec FL/Makefile)
dnl Make sure the fltk-config script is executable...
chmod +x fltk-config