Included fltk.spec in configure.in

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5137 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2006-05-21 08:50:25 +00:00
parent 92d0163f40
commit e35e2a27a2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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)
+1 -1
View File
@@ -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