2512
|
1 Thu Nov 14 00:07:31 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2 |
2515
|
3 * configure.in: Don't substitute values in src/mk-oct-links.in. |
|
4 |
2513
|
5 * emacs/octave.el: Update to version 0.8.6, from Kurt Hornik. |
|
6 |
2512
|
7 * configure.in (RLD_FLAG): Surround case pattern in changequote. |
|
8 |
|
9 * Version 1.92. |
|
10 |
2508
|
11 Wed Nov 13 11:04:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
12 |
2512
|
13 * configure.in: Don't set or substitute LIBINFO. |
|
14 (infofile): Set and substitute a default value. |
|
15 |
|
16 * Makeconf.in (do-subst-default-values): Substitute it here. |
|
17 |
2508
|
18 * configure.in: If running on an SCO system, define SCO, and force |
|
19 HAVE_ISINF and HAVE_ISNAN to be defined. |
|
20 Also check for ieeefp.h and nan.h. |
2510
|
21 * acconfig.h (HAVE_ISINF, HAVE_ISNAN, SCO): Add undefs. |
2508
|
22 |
2503
|
23 Tue Nov 12 21:50:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
24 |
2506
|
25 * MAKEINFO.PATCH: Update to use patch relative to texinfo-3.9. |
|
26 |
|
27 * INFO.PATCH: New file. |
|
28 * octMakefile.in (DISTFILES): Add it. |
|
29 |
2503
|
30 * info: Update to current release from texinfo-3.9. |
|
31 |
2497
|
32 Mon Nov 11 23:56:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
33 |
|
34 * config.h.bot: Only check value of __GNUC__ and __GNUC_MINOR__ if |
|
35 __GNUC__ is defined. |
|
36 |
2488
|
37 Fri Nov 8 11:15:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
38 |
|
39 * Makeconf.in (version): Look in $(TOPDIR)/src then |
|
40 $(srcdir)/$(TOPDIR)/src for version.h. |
|
41 |
|
42 * configure.in (TERMLIBS): Print warning message if no term |
|
43 library is found. |
|
44 (CXXLIB_LIST, CXXLIB_PATH, FLIB_LIST, FLIB_PATH): Delete. |
|
45 * Makeconf.in (CXXLIB_LIST, CXXLIB_PATH, FLIB_LIST, FLIB_PATH): |
|
46 Delete. |
|
47 (do-subst-default-vals): Delete CXXLIB_LIST, CXXLIB_PATH, |
|
48 FLIB_LIST, and FLIB_PATH from the list. |
|
49 |
2482
|
50 Thu Nov 7 12:43:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
51 |
2485
|
52 * octMakefile.in (bin-dist-tar): Delete references to octtopnm. |
|
53 |
2484
|
54 * configure.in (RLD_FLAG): Define if x86-linux. |
|
55 |
2482
|
56 * Version 1.91. |
|
57 |
2475
|
58 Wed Nov 6 16:26:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
59 |
|
60 * configure.in: Add checks for group stuff. |
|
61 |
2469
|
62 Tue Nov 5 12:32:30 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
63 |
2472
|
64 * configure.in: Add checks for geteuid, getuid. |
|
65 |
2471
|
66 * configure.in: Comment out code to handle --enable-readline since |
|
67 it doesn't work yet. |
|
68 |
2469
|
69 * aclocal.m4 (OCTAVE_SIGNAL_CHECK, OCTAVE_REINSTALL_SIGHANDLERS): |
|
70 New checks stolen from bash 2.0 config. |
|
71 * configure.in: Use them. |
2471
|
72 |
2469
|
73 * acconfig.h: Add #undefs for HAVE_BSD_SIGNALS, HAVE_POSIX_SIGNALS, |
|
74 HAVE_USG_SIGHOLD, and MUST_REINSTALL_SIGHANDLERS. |
|
75 |
|
76 Mon Nov 4 11:31:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
77 |
|
78 * configure.in: Check for gethostname in libsocket. Apparently |
|
79 needed for some SCO systems. |
|
80 |
|
81 * emacs/octave.el: Update to version 0.8.5 from Kurt Hornik. |
|
82 |
2454
|
83 Fri Nov 1 01:33:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
84 |
|
85 * octMakefile.in (octave-bug, mkoctfile): After substituting |
|
86 values, chmod a+rx. |
|
87 |
2452
|
88 Thu Oct 31 13:50:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
89 |
|
90 * octMakefile.in (DISTFILES): Add NEWS.[0-9]. |
2453
|
91 * NEWS.1: Old news. |
|
92 * NEWS: Just keep news since last major release. |
2452
|
93 |
2439
|
94 Wed Oct 30 01:04:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
95 |
2452
|
96 * Version 1.90. |
|
97 |
2450
|
98 * configure.in: Default is now no internal bounds checking. |
|
99 |
2446
|
100 * Makefile.in (all): Fix message to say 2.7.2, not 2.7.0. |
|
101 |
2445
|
102 * config.h.bot (GCC_ATTR_NORETURN): Rename from NORETURN. |
|
103 (GCC_ATTR_UNUSED): Rename from GCC_ATTRIBUTE_UNUSED. |
|
104 (NPOS): Define if using gcc 2.8.x or later. |
|
105 |
2439
|
106 * octMakefile.in (DIRS_TO_MAKE): Add localarchlibdir to list. |
|
107 |
|
108 * configure.in (localarchlibdir): New variable. |
|
109 * Makeconf.in (localarchlibdir): Substitute it. |
|
110 (do-subst-default-vals): Likewise. |
|
111 |
|
112 Sun Oct 27 14:03:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
113 |
|
114 * Makeconf.in (do-subst-config-vals): Split into two sed commands |
|
115 to try to avoid fixed limits in some seds and/or systems. |
|
116 |
2427
|
117 Fri Oct 25 01:13:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
118 |
2428
|
119 * config.h.bot: Add definition for GCC_ATTRIBUTE_UNUSED. |
|
120 |
2427
|
121 * configure.in: Define RUSAGE_TIMES_ONLY if cygwin32. |
2429
|
122 * acconfig.h: Add undef. |
2427
|
123 |
|
124 Thu Oct 24 21:17:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
125 |
|
126 * config.guess: Update to version that understands what to do for |
|
127 cygwin32 systems. |
|
128 |
2421
|
129 Fri Oct 18 12:23:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
130 |
|
131 * configure.in: Don't comment out substitutions for plplot stuff. |
|
132 |
2418
|
133 Wed Oct 16 12:01:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
134 |
|
135 * examples/Makefile.in (install): New target. |
|
136 |
2415
|
137 Tue Oct 15 14:40:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
138 |
|
139 * configure.in: Comment out plplot stuff. |
2417
|
140 In commands to get gxx_version and gcc_version, use simpler sed |
|
141 command to avoid confusing brain-dead vendor-supplied seds. |
|
142 |
2405
|
143 Mon Oct 14 11:09:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
144 |
|
145 * octMakefile.in (maintainer-clean distclean): Remove mkoctfile too. |
|
146 (kpathsea.info): New target. |
|
147 (dist-info-files): New target. |
|
148 (links-for-dist, links-for-bin-dist, local-dist-tar): |
|
149 Depend on dist-info-files instead of individual files. |
|
150 |
2391
|
151 Sat Oct 12 00:17:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
152 |
2398
|
153 * examples/Makefile.in (clean, mostlyclean): New targets. |
|
154 |
2394
|
155 * octMakefile.in (CLEANSUBDIRS): New macro. |
|
156 Use it for clean targets. |
|
157 |
2391
|
158 * config.h.bot (STATIC_CAST, DYNAMIC_CAST, REINTERPRET_CAST): |
|
159 New macros. |
|
160 |
|
161 Wed Sep 25 12:24:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
162 |
|
163 * configure.in: Don't look in /usr/ucb/include to find getrusage |
|
164 on Solaris systems since that just seems to cause trouble. |
|
165 * Makeconf.in (UCB_INCFLAGS): Delete. |
|
166 |
|
167 Fri Aug 30 09:07:23 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
168 |
|
169 * configure.in (TERMLIBS): Add check for ncurses. |
|
170 |
2357
|
171 Tue Aug 20 21:40:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
172 |
|
173 * configure.in: Always set FPICFLAG, CPICFLAG, CXXPICFLAG, SHLEXT, |
|
174 RLD_FLAG, DLFCN_DIR, even if SHARED_LIBS is false. |
|
175 |
2353
|
176 Thu Aug 15 14:39:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
177 |
|
178 * configure.in (gxx_version, gcc_version): Strip out cygnus- from |
|
179 the version number. |
|
180 |
2351
|
181 Tue Jul 30 12:55:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
182 |
|
183 * aclocal.m4 (OCTAVE_FLIBS): Also check for -bI:FILE arg to ld, |
|
184 for AIX systems. |
|
185 |
2346
|
186 Thu Jul 25 03:09:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
187 |
|
188 * configure.in: On AIX systems, add "-ll -lld" to LIBDLFCN. |
|
189 |
2337
|
190 Fri Jul 19 13:02:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
191 |
|
192 * configure.in: If using g77 on alpha, don't add -fpe1 to FFLAGS. |
|
193 |
2330
|
194 Mon Jul 15 14:26:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
195 |
|
196 * config.sub: Update to new version from FSF (gcc sources). |
|
197 |
|
198 Thu Jun 13 16:38:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
199 |
|
200 * configure.in: Look for g77 before other fortran compilers. |
|
201 |
|
202 Thu Jun 6 00:05:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
203 |
|
204 * configure.in: Add check for multiple plot windows in gnuplot. |
|
205 * acconfig.h: Add #undef for GNUPLOT_HAS_FRAMES. |
|
206 |
|
207 Wed May 22 15:05:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
208 |
|
209 * configure.in (UCB_INCFLAGS): Another kluge to try to find |
|
210 getrusage on Solaris systems. |
|
211 * Makeconf.in Substitute it. |
|
212 |
|
213 * configure.in (SH_LIBS, SH_FLIBS, SH_TERMLIBS): Define. |
|
214 * Makeconf.in: Substitute. |
|
215 |
|
216 Wed May 22 02:42:32 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
217 |
|
218 * emacs/octave.el (octave-indent-new-line): Protect |
|
219 octave-indent-line with save-excursion. |
|
220 (octave-calc-indent-this-line): Attempt to handle end tokens that |
|
221 are not on separate lines. |
|
222 (octave-electric-semi): Make `;' self-insert if inside comment. |
|
223 (octave-previous-line): Don't try to go back past the beginning of |
|
224 the buffer. |
|
225 |
|
226 Tue May 21 23:11:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
227 |
|
228 * configure.in (F77): Also check for f90. |
|
229 |
|
230 Mon May 20 12:22:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
231 |
|
232 * emacs/octave.el (octave-indent-new-line): Make it do what the |
|
233 docstring says it does. |
|
234 |
|
235 * octave-bug.in: Fix previous change so it also matches things |
|
236 like 1.90, not just 1.1.90. |
|
237 |
|
238 Fri May 17 09:58:49 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
239 |
|
240 * emacs/octave.el (octave-electric-semi): Also call octave-indent-line |
|
241 to indent the current line after inserting a semicolon. |
|
242 |
|
243 Fri May 17 02:53:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
244 |
|
245 * octMakefile.in (DIRS_TO_MAKE): Add octincludedir. |
|
246 (all): Add mkoctfile. |
|
247 |
|
248 * configure.in: Don't set values for exec_prefix, bindir, datadir, |
|
249 libdir, libexecdir, includedir, mandir, or infodir, so that they |
|
250 can be set from the configure command line. |
|
251 |
|
252 * configure.in, Makeconf.in: Handle mandir, man1dir and man1ext. |
|
253 Change topincludedir to includedir. Use octincludedir as the |
|
254 subdirectory of includedir where we really install include files. |
|
255 |
|
256 * octave-bug.in (BUGADDR): Also set to octave-maintainers if this |
|
257 looks like a pretest version number. |
|
258 |
|
259 * Makeconf.in (do-subst-config-vals): Use $< instead of |
|
260 referencing $(srcdir) directly. |
|
261 (do-subst-default-vals): Likewise. |
|
262 |
|
263 * octMakefile.in (octave-bug): Depend on octave-bug.in |
|
264 (mkoctfile): Likewise, depend on mkoctfile.in. |
|
265 |
|
266 Thu May 16 11:49:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
267 |
|
268 * octMakefile.in (DISTFILES): Add mkoctfile.in. |
|
269 (install): Install mkoctfile too. |
|
270 |
|
271 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Fix typo in last change |
|
272 |
|
273 Mon May 13 04:02:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
274 |
|
275 * configure.in (UGLY_DEFS): Quote " with more \'s. |
|
276 |
|
277 * Makeconf.in (do-subst-config-vals): Quote substitutions here. |
|
278 * octave-bug.in, mkoctfile: Not here. |
|
279 |
|
280 * octMakefile.in (octave-bug, mkoctfile): Depend on Makeconf, |
|
281 octMakefile. |
|
282 |
|
283 * Makeconf.in (do-subst-default-vals): New definition, from |
|
284 src/Makefile.in. |
|
285 |
|
286 * Makeconf.in (do-subst-config-vals): Define here. |
|
287 * octMakefile.in: Not here. |
|
288 |
|
289 * octave-bug.in: Handle more configuration stuff. |
|
290 |
|
291 * configure.in (config_opts): Set from ac_configure_args and subst. |
|
292 * Makeconf.in: Handle config_opts. |
|
293 * octMakefile.in (do-subst-config-vals): Substitute them. |
|
294 |
|
295 Sun May 12 03:37:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
296 |
|
297 * Makeconf.in (TERMLIBS): Substitute here. |
|
298 |
|
299 * configure.in (topincludedir): New variable. |
|
300 * Makeconf.in (libexecdir): Substitute it. |
|
301 |
|
302 * octMakefile.in (do-subst-config-vals): Define new command. |
|
303 (octave-bug): Use it. |
|
304 (mkoctfile): New target. |
|
305 |
|
306 * Makefile.in (TARGETS): Add mkoctfile. |
|
307 |
|
308 * examples: New subdirectory. |
|
309 * octMakefile.in: Add it to the appropriate lists. |
|
310 * configure.in: Create examples/Makefile. |
|
311 |
|
312 * octMakefile.in (DIRS_TO_MAKE): Add $(libdir) here. |
|
313 (install): Use INSTALL_PROGRAM to install octave-bug script. |
|
314 Also install config.h. |
|
315 |
|
316 * aclocal.m4 (OCTAVE_F2C_F77_COMPAT): Provide a definition for |
|
317 MAIN__ on Linux systems. |
|
318 |
|
319 Tue Apr 30 05:44:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
320 |
|
321 * configure.in: Handle --enable-bounds-check. |
|
322 * acconfig.h: Add undef for BOUNDS_CHECKING |
|
323 |
|
324 Mon Apr 29 01:42:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
325 |
|
326 * configure.in (AC_FUNC_SETVBUF_REVERSED): Delete. Octave doesn't |
|
327 need this check (it was for info, which has its own configure now). |
|
328 |
|
329 Sun Apr 28 05:41:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
330 |
|
331 * configure.in (DEFAULT_PAGER): Don't append -e to less here. |
|
332 |
|
333 Sat Apr 27 22:23:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
334 |
|
335 * configure.in: Check for pid_t and sys/types.h. |
|
336 |
|
337 Tue Apr 23 17:44:18 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
338 |
|
339 * configure.in: Check for fcntl.h, not sys/fcntl.h. |
|
340 Add checks for various system calls. |
|
341 |
|
342 Sun Apr 7 16:42:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
343 |
|
344 * configure.in: Check for strdup. |
|
345 |
|
346 * Makefile.in (TARGETS): Add dlfcn. |
|
347 * octMakefile.in (DISTSUBDIRS): Add dlfcn. |
|
348 (SUBDIRS): Add @DLFCN_DIR@. |
|
349 * configure.in: On AIX systems: set DLFCN_DIR=dlfcn when doing |
|
350 shared libraries, bypass checks for dlopen, etc., set and |
|
351 substitute LIBDLFCN and DLFCN_INCFLAGS. Create dlfcn/Makefile. |
|
352 |
|
353 Sat Apr 6 21:45:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
354 |
|
355 * Makeconf.in (%.d : %.cc, %.d : %.c): Add dependency for pic/%.o. |
|
356 |
|
357 Fri Mar 29 13:38:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
358 |
|
359 * octMakefile.in (maintainer-clean distclean): Delete mk-oct-links. |
|
360 |
|
361 Wed Mar 27 09:05:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
362 |
|
363 * aclocal.m4 (OCTAVE_FLIBS): Fix typo in message. |
|
364 |
|
365 Tue Mar 26 02:41:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
366 |
|
367 * configure.in (UGLY_DEFS): Undo previous change. |
|
368 When checking for various libraries, don't check for main(), but |
|
369 instead look for functions that are actually supposed to be in |
|
370 those libraries. |
|
371 Require autoconf 2.9. |
|
372 If using solaris2, don't add /usr/ucblib/libucb.a to LIBS until |
|
373 near the very end, then check for for getrusage and times just |
|
374 after that. |
|
375 |
|
376 * Makeconf.in (UGLY_DEFS): Ditto. |
|
377 |
|
378 * octave-bug.in: Don't send empty bug reports. |
|
379 |
|
380 Sat Mar 23 04:55:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
381 |
|
382 * octMakefile.in (DISTDIRS): Omit plplot for now. |
|
383 * Makefile.in (TARGETS): Likewise. |
|
384 |
|
385 Fri Mar 22 06:15:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
386 |
|
387 * configure.in: Add checks for sys/times.h and times(). |
|
388 (GCC_IEEE_FP_FLAG): Define this if using gcc 2.8.x or later on |
|
389 Alpha/OSF systems. |
|
390 |
|
391 Wed Mar 20 02:04:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
392 |
|
393 * octMakefile.in (octave.info): cd to doc/interpreter, not doc. |
|
394 |
|
395 Sun Mar 3 10:01:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
396 |
|
397 * config.h.bot: Define HEAVYWEIGHT_INDEXING here. |
|
398 |
|
399 * Makefile.in (TARGETS): Remove dld. |
|
400 * octMakefile.in (DISTSUBDIRS): Ditto. |
|
401 * configure.in: Don't create dld/Makefile. |
|
402 Do create doc/fac/Makefile, doc/interpreter/Makefile, |
|
403 doc/liboctave/Makefile, and doc/refcard/Makefile. |
|
404 |
|
405 Thu Feb 29 08:55:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
406 |
|
407 * Makeconf.in (%.o : %.c): Use pattern rule instead of suffix rule. |
|
408 (%.o : %.cc): Likewise. |
|
409 (pic/%.o : %.c, pic/%.o : %.cc): Use separate rules instead of |
|
410 expecting one rule to generate two output files. |
|
411 * configure.in (f77_rules_frag): Use separate rules here too. |
|
412 |
|
413 Mon Feb 26 03:34:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
414 |
|
415 * configure.in: If --disable-dl or --disable-shl, don't check for |
|
416 dynamic linking functions. |
|
417 (includedir): Append version. |
|
418 |
|
419 Wed Feb 14 12:20:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
420 |
|
421 * octMakefile.in (snapshot-version): Don't quote version number. |
|
422 |
|
423 * aclocal.m4 (OCTAVE_FLIBS): Avoid setting FLIBS=" ". |
|
424 |
|
425 Sat Feb 10 12:59:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
426 |
|
427 * glob/Makefile.in (install): New target. |
|
428 |
|
429 Fri Feb 9 14:00:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
430 |
|
431 * configure.in: Fix help text for --enable-shared option. |
|
432 |
|
433 Thu Feb 8 10:17:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
434 |
|
435 * octMakefile.in (CONF_DISTFILES): New variable. |
|
436 (DISTFILES): Use it instead of listing things twice. |
|
437 (CONF_DISTSUBDIRS): New variable. |
|
438 (conf-dist): New target. |
|
439 |
|
440 * Makefile.in (TARGETS): Add conf-dist. |
|
441 |
|
442 * configure.in (CXX_VERSION, CC_VERSION): Substitute them. |
|
443 * octMakefile.in (octave-bug): Substitute them here too. |
|
444 * octave-bug.in: Put them in the configuration message. |
|
445 |
|
446 Sat Feb 3 08:53:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
447 |
|
448 * configure.in: RLD_FLAG should be empty by default, but give it a |
|
449 value for alpha-dec-osf* systems. |
|
450 |
|
451 Fri Feb 2 23:03:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
452 |
|
453 * Makeconf.in: Actually do add substitutions for FPICFLAG, |
|
454 CPICFLAG, and CXXPICFLAG. |
|
455 |
|
456 Thu Feb 1 14:58:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
457 |
|
458 * configure.in (%.c : %.f): Fix typo. |
|
459 |
|
460 Wed Jan 24 14:47:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
461 |
|
462 * configure.in: Also configure in glob subdirectory. |
|
463 Make pattern rule say how to make .o from .f, not .f from .o. Duh. |
|
464 |
|
465 * octMakefile.in: Add glob stuff to the appropriate lists. |
|
466 * Makeconf.in: Likewise. |
|
467 |
|
468 * aclocal.m4: Add test for program_invocation_name. |
|
469 * configure.in: Use it here. |
|
470 |
|
471 * acconfig.h: Add #undef here. |
|
472 |
|
473 Mon Jan 22 17:32:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
474 |
|
475 * configure.in: Add checks for mode_t, off_t, size_t, uid_t, |
|
476 dev_t, ino_t, and nlink_t typedefs. |
|
477 * acconfig.h: Add undefs for dev_t, ino_t, and nlink_t. |
|
478 |
|
479 Sat Jan 20 21:05:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
480 |
|
481 * configure.in: For Fortran rules, use pattern rules instead of |
|
482 suffix rules. |
|
483 |
|
484 Fri Jan 19 12:38:23 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
485 |
|
486 * configure.in: When checking for libf2c.a, add -lm and an extra lib. |
|
487 |
|
488 Wed Jan 10 16:36:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
489 |
|
490 * configure.i: Add missing colon in .o.f pattern for f2c rules. |
|
491 |
|
492 Mon Jan 8 23:18:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
493 |
|
494 * configure.in (AC_PROG_LN_S): New check. |
|
495 * Makeconf.in (LN_S): Substitute it. |
|
496 |
|
497 * configure.in (libexecdir): New variable. |
|
498 (archlibdir, octfiledir, localoctfiledir): Use it instead of libdir. |
|
499 (datadir): Default to $(prefix)/share instead of $(prefix)/lib. |
|
500 |
|
501 * Makeconf.in (libexecdir): Substitute it. |
|
502 |
|
503 * configure.in (localoctfiledir): Use $(libdir), not $(datadir). |
|
504 |
|
505 Sun Jan 7 18:40:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
506 |
|
507 * aclocal.m4 (OCTAVE_SMART_PUTENV): New macro, extracted from |
|
508 the kpathsearch library. |
|
509 * configure.in: Call it. |
|
510 |
|
511 Fri Dec 29 22:07:52 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
512 |
|
513 * Makeconf.in (subdir-for-command): New definition for |
|
514 SUBDIR_FOR_COMMAND using GNU Make `foreach' instead of shell `for' |
|
515 command. |
|
516 * libcruft/Makefile.in, scripts/Makefile.in, octMakefile.in: |
|
517 Invoke new definition with `@'. |
|
518 |
|
519 Wed Dec 27 14:27:48 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
520 |
|
521 * octMakefile.in (SUBDIRS): Delete DLD_DIR. |
|
522 (distclean): Delete Makerules.f77. |
|
523 |
|
524 * Makeconf.in (WITH_DLD): Delete variable. |
|
525 |
|
526 * configure.in: Delete support for dynamic linking with dld. |
|
527 |
|
528 * configure.in, Makeconf.in: Use consistent names for WITH_DL, |
|
529 WITH_SHL, OCTAVE_LITE, and SHARED_LIBS |
|
530 |
|
531 * config.h.bot: Undo previous change. |
|
532 * acconfig.h: Add #undef for WITH_DYNAMIC_LINKING. |
|
533 * Makeconf.in: Substitute it here too. |
|
534 * configure.in: Set it here. |
|
535 |
|
536 Tue Dec 26 00:12:14 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
537 |
|
538 * configure.in (AC_CONFIG_SUBDIRS): Delete libcruft. |
|
539 (AC_OUTPUT): List libcruft files here. |
|
540 |
|
541 * configure.in, Makeconf.in: Handle Fortran compilation rules |
|
542 using an included fragment in Makeconf. |
|
543 |
|
544 Mon Dec 25 22:14:21 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
545 |
|
546 * configure.in (CPICFLAG, CXXPICFLAG, FPICFLAG): New variables. |
|
547 * Makeconf.in: Substitute them. |
|
548 |
|
549 * configure.in: Handle --enable-shared option. |
|
550 Handle Fortran source files differently. |
|
551 * Makeconf.in (SHARED_LIBS): Substitute shared_libs. |
|
552 (SHLEXT, RLD_FLAG, fortran_rules_flag): Substitute these too. |
|
553 (.c.o, .cc.o): Handle creating position independent code for |
|
554 shared libraries. |
|
555 |
|
556 Sun Dec 24 00:29:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
557 |
|
558 * config.h.bot: Maybe define WITH_DYNAMIC_LINKING. |
|
559 |
|
560 * Makeconf.in (WITH_DL, WITH_SHL): Substitute values. |
|
561 * acconfig.h: Add undefs for WITH_DL and WITH_SHL. |
|
562 * configure.in: Handle --enable-dl and --enable-shl. |
|
563 Check for -ldl and dlopen, dlsym, dlclose, and dlerror. |
|
564 Check for -ldld and shl_load, shl_findsym. |
|
565 (have_fortran_compiler): Quit if no suitable Fortran compiler is |
|
566 found. |
|
567 |
|
568 Fri Nov 3 03:33:42 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
569 |
|
570 * emacs/octave-mode.el: Rename from octave.el. |
|
571 |
|
572 Wed Oct 11 19:22:12 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
573 |
|
574 * configure.in (GNUPLOT_BINARY): When checking for multiplot, |
|
575 issue a `set term unknown' command first. |
|
576 |
|
577 Wed Oct 4 01:42:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
578 |
|
579 * config.guess: Add entry for PowerPC Macs running Machten. |
|
580 |
|
581 * octMakefile.in (dist-z): Remove old .gz file before creating new one. |
|
582 |
|
583 Mon Oct 2 19:17:22 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
584 |
|
585 * configure.in: Check to see if it looks like gnuplot supports |
|
586 multiplot. |
|
587 * acconfig.h: Add undef for GNUPLOT_HAS_MULTIPLOT. |
|
588 |
|
589 * acconfig.h: #undefs for HAVE_FINITE, HAVE_ISNAN, HAVE_ISINF, |
|
590 HAVE_TERMIOS_H, HAVE_TERMIO_H, and HAVE_SGTTY_H removed. This |
|
591 file should only have things that autoheader can't figure out. |
|
592 |
|
593 Sun Oct 1 17:08:37 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
594 |
|
595 * octMakefile.in (clean-tar): Also omit directories called OLD and |
|
596 files beginning with =. |
|
597 |
|
598 Fri Sep 29 01:04:31 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
599 |
|
600 * ROADMAP: New file. |
|
601 * (DISTFILES): Include it. |
|
602 |
|
603 * emacs: New subdirectory for Emacs-related stuff. |
|
604 * octMakefile.in (DISTDIRS, BINDISTSUBDIRS): Include emacs. |
|
605 (DISTFILES, BINDISTFILES): Don't include octave-mode.el. |
|
606 |
|
607 Tue Sep 26 03:56:39 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
608 |
|
609 * configure.in: Don't add -Wno-unused to CFLAGS or CXXFLAGS. |
|
610 * config.h.bot: Remove definition of UNUSED. |
|
611 |
|
612 * config.sub: Replace with current version from FSF. |
|
613 * config.guess: Likewise. |
|
614 |
|
615 Thu Sep 21 20:29:00 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
616 |
|
617 * configure.in (AR, ARFLAGS): Set defaults for these, but also |
|
618 allow them to come from the environment. |
|
619 * Makeconf.in (AR, ARFLAGS): New variables to substitute. |
|
620 |
|
621 Wed Sep 20 00:51:24 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
622 |
|
623 * octMakefile.in (maintainer-clean): Also remove Makeconf, |
|
624 config.cache, config.h, and config.log. |
|
625 |
|
626 Tue Sep 19 17:20:32 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
627 |
|
628 * sighandlers.h [HAVE_SIGACTION && HAVE_SIGPROCMASK && |
|
629 HAVE_SIGPENDING && HAVE_SIGSUSPEND]: #define HAVE_POSIX_SIGNALS. |
|
630 |
|
631 * configure.in: Check for sigaction(), sigprocmask(), |
|
632 sigpending(), and sigsuspend() functions. |
|
633 Don't do anything special about checking for termios.h, termio.h, |
|
634 and sgtty.h. |
|
635 |
|
636 Mon Sep 18 22:39:33 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
637 |
|
638 * config.h.bot [__GNUC__]: Define NORETURN. |
|
639 |
|
640 Fri Sep 15 05:12:29 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
641 |
|
642 * configure.in (AC_C_BIGENDIAN): Remove test. |
|
643 |
|
644 Thu Sep 14 02:07:51 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
645 |
|
646 * configure.in (LIBPLPLOT): Disable plplot by default for now. |
|
647 Check for mkdir, rmdir, rename, and umask. |
|
648 |
|
649 * All Makefile.in files: Convert from realclean to |
|
650 maintainer-clean, for GNU coding standards. |
|
651 |
|
652 * configure.in: Call AC_FUNC_CLOSEDIR_VOID. |
|
653 |
|
654 Wed Sep 13 03:25:37 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
655 |
|
656 * configure.in: Do check for IEEE functions on the Alpha. |
|
657 |
|
658 Mon Sep 11 19:08:47 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
659 |
|
660 * configure.in: Call AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_BLOCKS, |
|
661 and AC_STRUCT_ST_RDEV. |
|
662 |
|
663 Tue Sep 5 02:02:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
664 |
|
665 * configure.in: Check for sys/param.h and sys/stat.h |
|
666 Use AC_HEADER_TIME, not AC_TIME_WITH_SYS_TIME. |
|
667 Use AC_HEADER_SYS_WAIT. |
|
668 |
|
669 Thu Aug 24 15:35:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
670 |
|
671 * configure.in: Don't set or call AC_SUBST for CXXFLAGS or CFLAGS, |
|
672 and don't call AC_SUBST for LDFLAGS -- autoconf takes care of this. |
|
673 If adding -Wall, add -Wno-unused too. |
|
674 |
|
675 Tue Aug 22 01:37:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
676 |
|
677 * Makefile.in (all): Update message. |
|
678 |
|
679 * config.h.bot: New file. |
|
680 * octMakefile.in (DISTFILES): Add it to the list. |
|
681 |
|
682 * acconfig.h (USE_PLPLOT): Add #undef. |
|
683 |
|
684 Mon Aug 21 19:33:33 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
685 |
|
686 * Makefile.in (NO_DEP_TARGETS): New variable, for targets that can |
|
687 be made without updating dependency files. |
|
688 |
|
689 Sun Jun 25 18:27:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
690 |
|
691 * configure.in (FFLAGS): Add -fpe1 on alpha-dec-osf1 systems. |
|
692 |
|
693 Thu May 4 22:26:34 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
694 |
|
695 * configure.in: export CC, CXX, and F77 before calling |
|
696 AC_CONFIG_SUBDIRS. |
|
697 |
|
698 Mon May 1 14:17:07 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
699 |
|
700 * configure.in: Handle --with-plplot. |
|
701 (AC_CONFIG_SUBDIRS): Add plplot directory if --with-plplot. |
|
702 * plplot: New subdirectory. |
|
703 * Makefile.in (plplot): New target. |
|
704 * octMakefile.in (SUBDIRS): Add @PLPLOT_DIR@. |
|
705 (DISTDIRS): Add plplot. |
|
706 |
|
707 * acconfig.h: Add #undef for GETTIMEOFDAY_NO_TZ. |
|
708 |
|
709 * configure.in: Improve check for gettimeofday. |
|
710 |
|
711 Mon May 1 12:50:03 1995 John Eaton (jwe@bullwinkle.che.utexas.edu) |
|
712 |
|
713 * acconfig.h (OCTAVE_LITE): Fix comment. |
|
714 |
|
715 Tue Apr 11 20:31:52 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
716 |
|
717 * configure.in (INFO_DIR, READLINE_DIR): New variables. |
|
718 If $USE_GNU_INFO, AC_DEFINE it, don't AC_SUBST it. |
|
719 Likewise, for USE_READLINE. |
|
720 |
|
721 * octMakefile.in (SUBDIRS): Substitute INFO_DIR and READLINE_DIR. |
|
722 |
|
723 * aclocal.m4 (OCTAVE_F77_UPPERCASE_NAMES): New macro. |
|
724 (OCTAVE_F77_APPEND_UNDERSCORES): Require it. |
|
725 * configure.in: Use it. |
|
726 (info_subdir): If $USE_GNU_INFO, then run configure in info |
|
727 subdirectory too. |
|
728 Don't check for sys/ttold.h or sys/ptem.h. |
|
729 |
|
730 Mon Apr 10 00:17:57 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
731 |
|
732 * configure.in (UGLY_DEFS): Delete commands to create this. |
|
733 * Makeconf.in (UGLY_DEFS): Delete substitution. |
|
734 * Makeconf.in (UGLY_ALL_CFLAGS): Delete definition. |
|
735 |
|
736 * configure.in: Add scripts and libcruft to CONFIG_SUBDIRS. |
|
737 Don't edit scripts or libcruft Makefiles here. |
|
738 Reorganize checking for the Fortran compiler. |
|
739 |
|
740 * octMakefile.in (DISTFILES): Delete f2c-compat.sh flibs.sh |
|
741 cxxlibs.sh from list. Add aclocal.m4. |
|
742 * configure.in: Use new macros defined in aclocal.m4. Don't use |
|
743 external shell scripts. Cache values. |
|
744 |
|
745 * aclocal.m4: New file. |
|
746 |
|
747 Sun Apr 9 12:47:27 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
748 |
|
749 * configure.in: Print status message before exiting. |
|
750 Cache CXXLIBS and FLIBS. |
|
751 |
|
752 * acconfig.h: Delete #undefs for floating point format. |
|
753 * octMakefile.in (DISTFILES): Delete float-type.c from list. |
|
754 * configure.in: Don't try to determine floating point format at |
|
755 configuration time. |
|
756 |
|
757 Mon Apr 3 21:46:10 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
758 |
|
759 * configure.in: Create scripts/time/Makefile too. |
|
760 |
|
761 * configure.in (gxx_version): Handle new gcc version message. |
|
762 (gcc_version): Likewise. |
|
763 |
|
764 Wed Mar 29 22:59:42 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
765 |
|
766 * configure.in (AC_STRFTIME): Delete check. |
|
767 (AC_STRUCT_TIMEZONE): New check. |
|
768 |
|
769 Wed Mar 22 08:31:21 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
770 |
|
771 * Makeconf.in (ALL_FFLAGS, FUGLY): New variables. |
|
772 |
|
773 * configure.in: Use AC_ARG_ENABLE and AC_ARG_WITH consistently. |
|
774 Handle --with-g77. Substitute new variable FUGLY. If F77 is g77, |
|
775 set it to -fugly. Substitute command for making .o from .f. |
|
776 |
|
777 Tue Mar 21 14:24:32 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
778 |
|
779 * cxxlibs.sh: Extract -R options like -L options. |
|
780 * configure.in (FLIB_PATH, FLIB_LIST): Extract -R options along |
|
781 with -L options. |
|
782 |
|
783 Tue Mar 21 14:20:55 1995 Paul Eggert <eggert@twinsun.com> |
|
784 |
|
785 * configure.in (CXX): Export; cxxlibs.sh needs this. |
|
786 (FLIB_LIST, CXXLIB_LIST): Extract -R options along with -L options. |
|
787 |
|
788 * flibs.sh: Treat `-L foo' like `-Lfoo'. Extract -R options |
|
789 like -L options. |
|
790 |
|
791 Tue Mar 21 08:08:06 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
792 |
|
793 * flibs.sh: Search for values-X*.o, not values-*.o. |
|
794 |
|
795 Fri Mar 10 10:32:27 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
796 |
|
797 * Makeconf.in (SUBDIR_FOR_COMMAND): New command definition. |
|
798 * octMakefile.in: Use it. |
|
799 |
|
800 * octMakefile.in (install, uninstall, tags, TAGS, clean, |
|
801 mostlyclean, distclean, realclean): Combine actions. |
|
802 |
|
803 Tue Feb 28 21:24:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
804 |
|
805 * configure.in (FC): Set to $F77 and substitute it. |
|
806 * Makeconf.in (FC): Add substitution line. |
|
807 |
|
808 Sun Feb 26 00:20:19 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
809 |
|
810 * dointsall.sh: Create ls-R database. |
|
811 |
|
812 * configure.in: Configure kpathsea using AC_CONFIG_SUBDIRS(). |
|
813 Remove check for SMART_PUTENV. |
|
814 Remove kpathsea/c-auto.h from AC_CONFIG_HEADER(). |
|
815 |
|
816 * make: New directory, for kpathsea configuration. |
|
817 * octMakefile.in (DISTDIRS): Add it |
|
818 |
|
819 * kpathsea: Update with 2.6 distribution. |
|
820 |
|
821 * Makefile.in (TARGETS): New variable. Combine all identical targets. |
|
822 |
|
823 * configure.in (LIBINFO, LIBREADLINE): New variables to substitute. |
|
824 |
|
825 Sat Feb 25 18:47:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
826 |
|
827 * acconfig.h (USE_READLINE): Add #undef. |
|
828 * configure.in: Add support for --enable-readline. |
|
829 |
|
830 * acconfig.h (USE_GNU_INFO): Add #undef. |
|
831 * configure.in: Add support for --enable-info. |
|
832 |
|
833 * acconfig.h (RUN_IN_PLACE): Delete #undef. |
|
834 |
|
835 See ChangeLog.1 for earlier changes. |