summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-12-07 14:35:53 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-12-07 14:35:53 +0000
commit3743b7c53ae414a8643d4fa51d23fd713456b310 (patch)
tree9e855bf4e3753594b0b0df2c0f0ef3679fbbbfaf
parent6655f6e3e78c7cad89194765c6f0dbc665439c59 (diff)
.C -> .cxx...
git-svn-id: file:///fltk/svn/fltk/trunk@145 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 3fefcb05f..5f452938c 100644
--- a/configure.in
+++ b/configure.in
@@ -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.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# Configuration script for the Fast Light Tool Kit (FLTK).
dnl#
@@ -25,7 +25,7 @@ dnl#
dnl# Please report all bugs and problems to "fltk-bugs@easysw.com".
dnl#
-AC_INIT(src/Fl.C)
+AC_INIT(src/Fl.cxx)
AC_PROG_RANLIB
@@ -167,5 +167,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude)
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#