1 2012-01-23 Mark Wielaard <mjw (a] redhat.com> 2 3 * configure.ac: Set version to 0.153, update copyright years. 4 5 2012-01-20 Roland McGrath <roland (a] hack.frob.com> 6 7 * configure.ac: Handle --enable-deterministic-archives. 8 9 2011-10-08 Roland McGrath <roland (a] hack.frob.com> 10 11 * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax. 12 Use POSIX.2 $((...)) syntax instead of $[...]. 13 Reported by Mike Frysinger <vapier (a] gentoo.org>. 14 15 2011-10-08 Mike Frysinger <vapier (a] gentoo.org> 16 17 * configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly. 18 19 2011-10-02 Ulrich Drepper <drepper (a] gmail.com> 20 21 * configure.ac: Check for __cxa_demangle in libstdc++. 22 23 2011-02-08 Roland McGrath <roland (a] redhat.com> 24 25 * configure.ac (C99 check): Use AC_LANG_SOURCE. 26 27 * configure.ac (ALL_LINGUAS): Remove variable, now obsolete. 28 29 2010-09-13 Ulrich Drepper <drepper (a] redhat.com> 30 31 * configure.ac (ALL_LINGUAS): Add languages which have some 32 translations. 33 34 2010-04-15 Roland McGrath <roland (a] redhat.com> 35 36 * configure.ac (LOCALEDIR, DATADIRNAME): Removed. 37 38 2009-09-21 Ulrich Drepper <drepper (a] redhat.com> 39 40 * configure.ac: Update for more modern autoconf. 41 42 2009-08-26 Roland McGrath <roland (a] redhat.com> 43 44 * configure.ac (zip_LIBS): Check for liblzma too. 45 46 2009-04-19 Roland McGrath <roland (a] redhat.com> 47 48 * configure.ac (eu_version): Round down here, not in version.h macros. 49 50 2009-04-17 Roland McGrath <roland (a] redhat.com> 51 52 * configure.ac (eu_version): Compute number 1000 times larger, 53 let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0). 54 55 2009-01-23 Roland McGrath <roland (a] redhat.com> 56 57 * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3. 58 59 * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of 60 building with compiler support but no working runtime support. 61 62 2009-01-22 Ulrich Drepper <drepper (a] redhat.com> 63 64 * Makefile.am (rpm): The tarball is now bzip2-compressed. 65 66 2009-01-10 Ulrich Drepper <drepper (a] redhat.com> 67 68 * configure.ac: Require gcc with TLS support. 69 Rename USE_TLS to USE_LOCKS. The option is renamed to 70 --enable-thread-safety. 71 72 2009-01-08 Roland McGrath <roland (a] redhat.com> 73 74 * configure.ac (eu_ZIPLIB): Moved to m4/zip.am. 75 76 2009-01-05 Roland McGrath <roland (a] redhat.com> 77 78 * configure.ac (eu_ZIPLIB): New macro. 79 Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS. 80 81 2008-12-30 Ulrich Drepper <drepper (a] redhat.com> 82 83 * configure.ac: We need automake 1.8 now. 84 85 2008-12-24 Roland McGrath <roland (a] redhat.com> 86 87 * configure.ac: Use automake flags dist-bzip2 no-dist-gzip, 88 distribute only in .tar.bz2 form now. 89 90 2008-12-16 Roland McGrath <roland (a] redhat.com> 91 92 * Makefile.am (pkginclude_HEADERS): New variable, install version.h. 93 * configure.ac: Create it, substituting @eu_version@ with 94 PACKAGE_VERSION canonicalized to four digits of decimal. 95 96 2008-08-25 Roland McGrath <roland (a] redhat.com> 97 98 * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too. 99 100 2008-08-21 Roland McGrath <roland (a] redhat.com> 101 102 * configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and 103 move the contents to lib/eu-config.h instead of keeping them here. 104 105 2007-12-20 Ulrich Drepper <drepper (a] redhat.com> 106 107 * configure.ac: Add support for --enable-debugpred. 108 Update likely/unlikely macros for it. 109 110 2007-06-05 Ulrich Drepper <drepper (a] redhat.com> 111 112 * Makefile.am: Remove traces of mini builds. 113 * configure.ac: Don't use libelf-po/POTFILES.in as config file 114 anymore. 115 116 2007-05-16 Roland McGrath <roland (a] redhat.com> 117 118 * configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability. 119 120 2006-11-02 Roland McGrath <roland (a] redhat.com> 121 122 * Makefile.am (EXTRA_DIST): Add EXCEPTION file. 123 124 2006-08-29 Roland McGrath <roland (a] redhat.com> 125 126 * configure.ac: Use AM_MAINTAINER_MODE. 127 128 2006-07-12 Ulrich Drepper <drepper (a] redhat.com> 129 130 * configure.ac (internal_function): Don't use internal visibility. 131 132 2006-07-05 Ulrich Drepper <drepper (a] redhat.com> 133 134 * configure.ac: Add dummy automake conditional to get dependencies 135 for non-generic linker right. See src/Makefile.am. 136 137 2005-11-18 Roland McGrath <roland (a] redhat.com> 138 139 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable. 140 141 2005-11-16 Roland McGrath <roland (a] redhat.com> 142 143 * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals. 144 In config.h, define ELFUTILS_HEADER macro. 145 146 2005-11-15 Roland McGrath <roland (a] redhat.com> 147 148 * Makefile.am (all_SUBDIRS): Add backends. 149 * configure.ac: Write backends/Makefile. 150 151 * configure.ac: Add --enable-tests-rpath option. 152 153 2005-09-16 Roland McGrath <roland (a] redhat.com> 154 155 * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]: 156 Don't set it, since on IA64 you get error messages for unaligned 157 accesses, and on Alpha it's at least very slow. 158 159 2005-08-29 Ulrich Drepper <drepper (a] redhat.com> 160 161 * configure.ac: Fix GCOV make condition generation. 162 163 2005-08-28 Ulrich Drepper <drepper (a] redhat.com> 164 165 * configure.ac: Add --enable-gcov option. 166 167 2005-08-06 Ulrich Drepper <drepper (a] redhat.com> 168 169 * configure.ac: Add --enable-gprof option. 170 171 2005-07-27 Roland McGrath <roland (a] redhat.com> 172 173 * Makefile.am (all_SUBDIRS): Put libdwfl before libdw. 174 175 2005-07-21 Roland McGrath <roland (a] redhat.com> 176 177 * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR. 178 179 2005-06-01 Roland McGrath <roland (a] redhat.com> 180 181 * Makefile.am (all_SUBDIRS): Add libdwfl. 182 * configure.ac: Write libdwfl/Makefile. 183 184 2005-05-19 Roland McGrath <roland (a] redhat.com> 185 186 * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros. 187 188 2005-05-10 Ulrich Drepper <drepper (a] redhat.com> 189 190 * configure.ac: Define MODVERSION in config.h. 191 192 2005-02-22 Ulrich Drepper <drepper (a] redhat.com> 193 194 * Makefile.am (all_SUBDIRS): Don't add doc subdir for now. 195 * configure.ac: Don't use doc subdir for now. 196 197 2005-02-15 Ulrich Drepper <drepper (a] redhat.com> 198 199 * configure.ac: Remove AM_GNU_GETTEXT use. Use only AM_PO_SUBDIRS. 200 201 2005-02-06 Ulrich Drepper <drepper (a] redhat.com> 202 203 * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2. 204 205 * Makefile.am (EXTRA_DIST): Remove splint.rc. 206 * splint.rc: Removed. 207 208 2004-09-25 Ulrich Drepper <drepper (a] redhat.com> 209 210 * configure.ac: Make compile with gcc 4.0. 211 212 2004-03-06 Ulrich Drepper <drepper (a] redhat.com> 213 214 * configure.ac: Use AS_HELP_STRING where applicable. 215 216 2004-01-23 Ulrich Drepper <drepper (a] redhat.com> 217 218 * configure.ac: Check for C99 compiler. 219 220 * configure.ac: Change locking macros in config.h to at least 221 evaluate the parameter. Define base_cpu to none for generic linker. 222 223 2004-01-21 Ulrich Drepper <drepper (a] redhat.com> 224 225 * configure.ac: Print error message in case --disable-generic is 226 used if no linker support for the architecture is available. 227 228 2004-01-18 Ulrich Drepper <drepper (a] redhat.com> 229 230 * configure.ac: Dont generate libebl-po/Makefile.in, 231 libdw-po/Makefile.in, libasm-po/Makefile.in. 232 233 * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po. 234 235 2004-01-17 Ulrich Drepper <drepper (a] redhat.com> 236 237 * configure.ac: Pretty printing of help message. 238 239 * configure.ac: Move AC_SYS_LARGEFILE test to the front. 240 241 * configure.ac: Add --enable-mudflap option. 242 243 2004-01-17 Ulrich Drepper <drepper (a] redhat.com> 244 245 * configure.ac: Major cleanups. Use aux dir. 246 * config.guess: Moved to new config subdir. 247 * config.rpath: Likewise. 248 * config.sub: Likewise. 249 * depcomp: Likewise. 250 * install-sh: Likewise. 251 * missing: Likewise. 252 * mkinstalldirs: Likewise. 253 * Makefile.am (mini_SUBDIRS): Add config. 254 (EXTRA_DIST): Remove config.rpath. 255 256 * configure.ac: Add AC_REVISION. 257 258 * configure.ac: Add --enable-mudflap option. 259 260 2004-01-11 Ulrich Drepper <drepper (a] redhat.com> 261 262 * configure.ac: Drop libdwarf directory. Add libdw-po. 263 * Makefile.am (all_SUBDIRS): Likewise. 264 * elfutils.spec: Don't distribute anything from libdwarf. 265 266 2004-01-05 Ulrich Drepper <drepper (a] redhat.com> 267 268 * Makefile.am: Support separate libelf built. 269 270 * elfutils.spec.in: Create separata elfutils-libelf-devel package. 271 Install libdw DSOs. 272 273 * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file 274 name. 275 276 2003-08-13 Ulrich Drepper <drepper (a] redhat.com> 277 278 * elfutils.spec.in: Remove references to libebl.so. 279 280 2003-08-11 Ulrich Drepper <drepper (a] redhat.com> 281 282 * Moved to CVS archive. 283 284 2000-08-25 Ulrich Drepper <drepper (a] redhat.com> 285 286 * The beginning. See the NEWS file for the time being. 287