comparison scripts/ChangeLog @ 9794:0d4613a736e9

convert build system to use automake and libtool
author John W. Eaton <jwe@octave.org>
date Tue, 10 Nov 2009 15:02:25 -0500
parents 7161e9b41cf6
children 8e345f2fe4d6
comparison
equal deleted inserted replaced
9793:7161e9b41cf6 9794:0d4613a736e9
1 2009-11-10 John W. Eaton <jwe@octave.org>
2
3 * Makefile.am, audio/module.mk, deprecated/module.mk,
4 elfun/module.mk, general/module.mk, geometry/module.mk,
5 help/module.mk, image/module.mk, io/module.mk,
6 linear-algebra/module.mk, miscellaneous/module.mk,
7 optimization/module.mk, path/module.mk, pkg/module.mk,
8 plot/module.mk, polynomial/module.mk, set/module.mk,
9 signal/module.mk, sparse/Makefile.in, specfun/Makefile.in,
10 special-matrix/Makefile.in, startup/Makefile.in,
11 statistics/Makefile.in, statistics/base/module.mk,
12 statistics/distributions/module.mk, statistics/models/module.mk,
13 statistics/tests/module.mk, strings/module.mk, testfun/module.mk,
14 time/module.mk: New files.
15 * Makefile.in, move-if-change, configure.ac, audio/Makefile.in,
16 deprecated/Makefile.in, elfun/Makefile.in, general/Makefile.in,
17 geometry/Makefile.in, help/Makefile.in, image/Makefile.in,
18 io/Makefile.in, linear-algebra/Makefile.in,
19 miscellaneous/Makefile.in, optimization/Makefile.in,
20 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in,
21 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in,
22 skip-autoheader, sparse/module.mk, specfun/module.mk,
23 special-matrix/module.mk, startup/module.mk,
24 statistics/base/Makefile.in, statistics/distributions/Makefile.in,
25 statistics/models/Makefile.in, statistics/tests/Makefile.in,
26 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in:
27 Delete.
28 * mk-pkg-add: Rename from mkpkgadd.
29 * mkdoc, mk-pkg-addd: Operate on explicit lists of files instead
30 of directory names.
31 * mkdoc: Skip files not ending in .m.
32
1 2009-11-10 Ben Abbott <bpabbott@mac.com> 33 2009-11-10 Ben Abbott <bpabbott@mac.com>
2 34
3 * plot/__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'. 35 * plot/__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
4 36
5 2009-11-09 Jaroslav Hajek <highegg@gmail.com> 37 2009-11-09 Jaroslav Hajek <highegg@gmail.com>