blob: 1932f30f3703fc48af61974e72c4a09177171bc2 [file] [log] [blame]
Roland McGrath9365d2c2005-11-18 23:55:47 +000012005-11-18 Roland McGrath <roland@redhat.com>
2
3 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
4
Roland McGrathd7f8d0c2005-11-17 02:32:03 +000052005-11-16 Roland McGrath <roland@redhat.com>
6
7 * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
8 In config.h, define ELFUTILS_HEADER macro.
9
Roland McGrath1b8b4462005-11-16 01:33:38 +0000102005-11-15 Roland McGrath <roland@redhat.com>
11
Roland McGrathe47ab762005-11-17 03:16:00 +000012 * Makefile.am (all_SUBDIRS): Add backends.
13 * configure.ac: Write backends/Makefile.
14
Roland McGrath1b8b4462005-11-16 01:33:38 +000015 * configure.ac: Add --enable-tests-rpath option.
16
Roland McGrath07d4f2f2005-10-28 06:56:24 +0000172005-09-16 Roland McGrath <roland@redhat.com>
18
19 * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
20 Don't set it, since on IA64 you get error messages for unaligned
21 accesses, and on Alpha it's at least very slow.
22
Ulrich Drepper39cec7a2005-08-30 01:22:01 +0000232005-08-29 Ulrich Drepper <drepper@redhat.com>
24
25 * configure.ac: Fix GCOV make condition generation.
26
Ulrich Drepperfbe998a2005-08-29 16:27:10 +0000272005-08-28 Ulrich Drepper <drepper@redhat.com>
28
29 * configure.ac: Add --enable-gcov option.
30
Ulrich Drepper47be7952005-08-07 04:41:39 +0000312005-08-06 Ulrich Drepper <drepper@redhat.com>
32
33 * configure.ac: Add --enable-gprof option.
34
Roland McGrath18385902005-07-28 07:12:38 +0000352005-07-27 Roland McGrath <roland@redhat.com>
36
37 * Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
38
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000392005-07-21 Roland McGrath <roland@redhat.com>
40
41 * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
42
432005-06-01 Roland McGrath <roland@redhat.com>
44
45 * Makefile.am (all_SUBDIRS): Add libdwfl.
46 * configure.ac: Write libdwfl/Makefile.
47
482005-05-19 Roland McGrath <roland@redhat.com>
49
50 * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
51
522005-05-10 Ulrich Drepper <drepper@redhat.com>
53
54 * configure.ac: Define MODVERSION in config.h.
55
562005-02-22 Ulrich Drepper <drepper@redhat.com>
57
58 * Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
59 * configure.ac: Don't use doc subdir for now.
60
612005-02-15 Ulrich Drepper <drepper@redhat.com>
62
63 * configure.ac: Remove AM_GNU_GETTEXT use. Use only AM_PO_SUBDIRS.
64
652005-02-06 Ulrich Drepper <drepper@redhat.com>
66
67 * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
68
69 * Makefile.am (EXTRA_DIST): Remove splint.rc.
70 * splint.rc: Removed.
71
722004-09-25 Ulrich Drepper <drepper@redhat.com>
73
74 * configure.ac: Make compile with gcc 4.0.
75
762004-03-06 Ulrich Drepper <drepper@redhat.com>
77
78 * configure.ac: Use AS_HELP_STRING where applicable.
79
802004-01-23 Ulrich Drepper <drepper@redhat.com>
81
82 * configure.ac: Check for C99 compiler.
83
84 * configure.ac: Change locking macros in config.h to at least
85 evaluate the parameter. Define base_cpu to none for generic linker.
86
872004-01-21 Ulrich Drepper <drepper@redhat.com>
88
89 * configure.ac: Print error message in case --disable-generic is
90 used if no linker support for the architecture is available.
91
922004-01-18 Ulrich Drepper <drepper@redhat.com>
93
94 * configure.ac: Dont generate libebl-po/Makefile.in,
95 libdw-po/Makefile.in, libasm-po/Makefile.in.
96
97 * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
98
992004-01-17 Ulrich Drepper <drepper@redhat.com>
100
101 * configure.ac: Pretty printing of help message.
102
103 * configure.ac: Move AC_SYS_LARGEFILE test to the front.
104
105 * configure.ac: Add --enable-mudflap option.
106
1072004-01-17 Ulrich Drepper <drepper@redhat.com>
108
109 * configure.ac: Major cleanups. Use aux dir.
110 * config.guess: Moved to new config subdir.
111 * config.rpath: Likewise.
112 * config.sub: Likewise.
113 * depcomp: Likewise.
114 * install-sh: Likewise.
115 * missing: Likewise.
116 * mkinstalldirs: Likewise.
117 * Makefile.am (mini_SUBDIRS): Add config.
118 (EXTRA_DIST): Remove config.rpath.
119
120 * configure.ac: Add AC_REVISION.
121
122 * configure.ac: Add --enable-mudflap option.
123
1242004-01-11 Ulrich Drepper <drepper@redhat.com>
125
126 * configure.ac: Drop libdwarf directory. Add libdw-po.
127 * Makefile.am (all_SUBDIRS): Likewise.
128 * elfutils.spec: Don't distribute anything from libdwarf.
129
1302004-01-05 Ulrich Drepper <drepper@redhat.com>
131
132 * Makefile.am: Support separate libelf built.
133
134 * elfutils.spec.in: Create separata elfutils-libelf-devel package.
135 Install libdw DSOs.
136
137 * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
138 name.
139
1402003-08-13 Ulrich Drepper <drepper@redhat.com>
141
142 * elfutils.spec.in: Remove references to libebl.so.
143
1442003-08-11 Ulrich Drepper <drepper@redhat.com>
145
146 * Moved to CVS archive.
147
1482000-08-25 Ulrich Drepper <drepper@redhat.com>
149
150 * The beginning. See the NEWS file for the time being.