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