.C -> .cxx...

git-svn-id: file:///fltk/svn/fltk/trunk@145 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1998-12-07 14:35:53 +00:00
parent 6655f6e3e7
commit 3743b7c53a

View File

@ -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.13 1998/12/02 15:39:25 mike Exp $" dnl# "$Id: configure.in,v 1.14 1998/12/07 14:35:53 mike 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,7 +25,7 @@ dnl#
dnl# Please report all bugs and problems to "fltk-bugs@easysw.com". dnl# Please report all bugs and problems to "fltk-bugs@easysw.com".
dnl# dnl#
AC_INIT(src/Fl.C) AC_INIT(src/Fl.cxx)
AC_PROG_RANLIB AC_PROG_RANLIB
@ -167,5 +167,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude) AC_OUTPUT(makeinclude)
dnl# dnl#
dnl# End of "$Id: configure.in,v 1.13 1998/12/02 15:39:25 mike Exp $". dnl# End of "$Id: configure.in,v 1.14 1998/12/07 14:35:53 mike Exp $".
dnl# dnl#