diff src/ChangeLog @ 3892:56db014d8980

[project @ 2002-04-05 04:08:56 by jwe]
author jwe
date Fri, 05 Apr 2002 04:08:56 +0000
parents 7da18459c08b
children abd8659eea11
line wrap: on
line diff
--- a/src/ChangeLog	Thu Apr 04 23:38:33 2002 +0000
+++ b/src/ChangeLog	Fri Apr 05 04:08:56 2002 +0000
@@ -1,3 +1,10 @@
+2002-04-04  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* toplev.cc (octave_config_info): Define struct member EXEEXT, not EXE.
+	* Makefile.in (install-bin): Use $(EXEEXT), not $(EXE).
+	* oct-conf.h.in (OCTAVE_CONF_EXEEXT): Define and substitute
+	OCTAVE_CONF_EXEEXT, not OCTAVE_CONF_EXE.
+
 2002-04-03  Steven G. Johnson <stevenj@alum.mit.edu>
 
 	* DLD-FUNCTIONS/balance.cc: Use F77_FUNC instead of F77_FCN.