mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
Require autoconf 2.13 or newer.
Remove unnecessary .fl -> .exe rule (was commented out) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1790 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+5
-2
@@ -1,7 +1,7 @@
|
|||||||
dnl -*- sh -*-
|
dnl -*- sh -*-
|
||||||
dnl the "configure" script is made from this by running GNU "autoconf"
|
dnl the "configure" script is made from this by running GNU "autoconf"
|
||||||
dnl
|
dnl
|
||||||
dnl "$Id: configure.in,v 1.33.2.31.2.31 2001/11/29 21:12:15 easysw Exp $"
|
dnl "$Id: configure.in,v 1.33.2.31.2.32 2001/11/29 21:50:05 easysw Exp $"
|
||||||
dnl
|
dnl
|
||||||
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl
|
dnl
|
||||||
@@ -25,6 +25,9 @@ dnl
|
|||||||
dnl Please report all bugs and problems to "fltk-bugs@fltk.org".
|
dnl Please report all bugs and problems to "fltk-bugs@fltk.org".
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
|
dnl We need at least autoconf 2.13...
|
||||||
|
AC_PREREQ(2.13)
|
||||||
|
|
||||||
dnl Required file in package...
|
dnl Required file in package...
|
||||||
AC_INIT(src/Fl.cxx)
|
AC_INIT(src/Fl.cxx)
|
||||||
|
|
||||||
@@ -577,5 +580,5 @@ AC_OUTPUT(makeinclude fltk.list fltk-config FL/Makefile FL/Enumerations.H)
|
|||||||
chmod +x fltk-config
|
chmod +x fltk-config
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl End of "$Id: configure.in,v 1.33.2.31.2.31 2001/11/29 21:12:15 easysw Exp $".
|
dnl End of "$Id: configure.in,v 1.33.2.31.2.32 2001/11/29 21:50:05 easysw Exp $".
|
||||||
dnl
|
dnl
|
||||||
|
|||||||
+2
-8
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# "$Id: Makefile,v 1.19.2.7.2.13 2001/11/29 21:24:49 easysw Exp $"
|
# "$Id: Makefile,v 1.19.2.7.2.14 2001/11/29 21:50:05 easysw Exp $"
|
||||||
#
|
#
|
||||||
# Test/example program makefile for the Fast Light Tool Kit (FLTK).
|
# Test/example program makefile for the Fast Light Tool Kit (FLTK).
|
||||||
#
|
#
|
||||||
@@ -158,12 +158,6 @@ gldemos: $(GLALL)
|
|||||||
echo Generating $<...
|
echo Generating $<...
|
||||||
../fluid/fluid -c $<
|
../fluid/fluid -c $<
|
||||||
|
|
||||||
#.fl$(EXEEXT):
|
|
||||||
# echo Generating, compiling, and linking $@...
|
|
||||||
# ../fluid/fluid -c $<
|
|
||||||
# $(CXX) -I.. $(CXXFLAGS) $@.cxx $(LINKFLTK) $(LDLIBS) -o $@
|
|
||||||
|
|
||||||
|
|
||||||
$(ALL): ../lib/$(LIBNAME)
|
$(ALL): ../lib/$(LIBNAME)
|
||||||
|
|
||||||
# Programs needing special instructions...
|
# Programs needing special instructions...
|
||||||
@@ -236,5 +230,5 @@ uninstall:
|
|||||||
@echo Nothing to uninstall in test directory.
|
@echo Nothing to uninstall in test directory.
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of "$Id: Makefile,v 1.19.2.7.2.13 2001/11/29 21:24:49 easysw Exp $".
|
# End of "$Id: Makefile,v 1.19.2.7.2.14 2001/11/29 21:50:05 easysw Exp $".
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user