mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 08:06:35 +08:00
My bad... Remove autoconf-generated Enumerations.H - it's only
needed for updating the version numbers automatically, and I've gotten update conflicts on several occasions. The other files (fltk-config, etc.) are still generated by autoconf. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1800 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
dnl -*- sh -*-
|
||||
dnl the "configure" script is made from this by running GNU "autoconf"
|
||||
dnl
|
||||
dnl "$Id: configure.in,v 1.33.2.31.2.33 2001/11/29 22:22:08 easysw Exp $"
|
||||
dnl "$Id: configure.in,v 1.33.2.31.2.34 2001/12/03 18:57:45 easysw Exp $"
|
||||
dnl
|
||||
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
||||
dnl
|
||||
@@ -575,10 +575,10 @@ else
|
||||
fi
|
||||
|
||||
AC_CONFIG_HEADER(config.h:configh.in)
|
||||
AC_OUTPUT(makeinclude fltk.list fltk-config FL/Makefile FL/Enumerations.H)
|
||||
AC_OUTPUT(makeinclude fltk.list fltk-config FL/Makefile)
|
||||
|
||||
chmod +x fltk-config
|
||||
|
||||
dnl
|
||||
dnl End of "$Id: configure.in,v 1.33.2.31.2.33 2001/11/29 22:22:08 easysw Exp $".
|
||||
dnl End of "$Id: configure.in,v 1.33.2.31.2.34 2001/12/03 18:57:45 easysw Exp $".
|
||||
dnl
|
||||
|
||||
Reference in New Issue
Block a user