summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Update name, license and contributor policy.Mark Wielaard2012-06-051-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change name from "Red Hat elfutils" to "elfutils". * Update license of standalone tools and test from GPLv2 to GPLv3+. * Change license of libraries from GPLv2+exception to GPLv2/LGPLv3+. * Add Developer Certificate of Origin based contributor policy. top-level: - COPYING: Upgraded from GPLv2 to GPLv3. - CONTRIBUTING, COPYING-GPLv2, COPYING-LGPLv3: New files. - NEWS: Added note about new contribution and license policy. - Makefile.am: Updated to GPLv3, added new files to EXTRA_DIST. - configure.ac: Update to GPLv3, changed AC_INIT name to 'elfutils'. backends, lib, libasm, libcpu, libdw, libdwfl, libebl, libelf: - All files updated to GPLv2/LGPLv3+. Except some very small files (<5 lines) which didn't have any headers at all before, the linker .maps files and the libcpu/defs files which only contain data and libelf/elf.h which comes from glibc and is under LGPLv2+. config: - elfutils.spec.in: Add new License: headers and new %doc files. - Update all license headers to GPLv2/LGPLv3+ for files used by libs. src, tests: - All files updated to GPLv3+. Except for the test bz2 data files, the linker maps and script files and some very small files (<5 lines) that don't have any headers. Signed-off-by: Richard Fontana <rfontana@redhat.com> Signed-off-by: Mark Wielaard <mjw@redhat.com>
* Prepare 0.153 release.elfutils-0.153Mark Wielaard2012-02-231-2/+2
|
* Handle --enable-deterministic-archives to make -D behavior default for ar ↵Roland McGrath2012-01-201-1/+12
| | | | and ranlib.
* Use POSIX.2 shell features in eu_version calculation.Roland McGrath2011-10-081-2/+2
|
* Fix use of AC_ARG_ENABLE to handle $enableval correctly.Mike Frysinger2011-10-081-6/+9
|
* Add demangling support to nmUlrich Drepper2011-10-021-1/+5
|
* Prepare 0.152 release.elfutils-0.152Ulrich Drepper2011-02-151-1/+1
|
* Use AC_LANG_SOURCE.Roland McGrath2011-02-081-2/+2
|
* Remove obsolete ALL_LINGUAS variable from configure.Roland McGrath2011-02-081-3/+0
|
* Prepare 0.151 release.elfutils-0.151Ulrich Drepper2011-01-121-2/+2
|
* elfutils 0.150 release preparationelfutils-0.150Ulrich Drepper2010-11-221-1/+1
|
* Version bump for 0.150 development.Roland McGrath2010-11-151-1/+1
|
* Prepare 0.149 release.elfutils-0.149Ulrich Drepper2010-09-131-1/+1
|
* Update ALL_LINGUAS.Ulrich Drepper2010-09-131-1/+1
|
* Bump version to indicate pre-0.149 development.Roland McGrath2010-08-031-1/+1
|
* 0.148 release.elfutils-0.148Ulrich Drepper2010-06-281-2/+2
|
* NEWS items for 0.147Roland McGrath2010-05-031-2/+2
|
* Prepare 0.146 release.Ulrich Drepper2010-04-211-1/+1
|
* Set LOCALEDIR via make rather than configure, as per Autoconf manual.Roland McGrath2010-04-151-8/+0
|
* Fix LOCALEDIR default.Roland McGrath2010-04-151-1/+1
|
* Start development of 0.146.Ulrich Drepper2010-03-041-2/+2
|
* 0.145 release preparations.elfutils-0.145Ulrich Drepper2010-02-231-2/+2
|
* 0.144 release preparation.elfutils-0.144Ulrich Drepper2010-01-141-1/+1
|
* Bump version for development of 0.144.Ulrich Drepper2009-09-211-1/+1
|
* Preparation for 0.143 release.elfutils-0.143Ulrich Drepper2009-09-211-1/+1
|
* Update configure.ac for recent autoconf.Ulrich Drepper2009-09-211-11/+7
|
* libdwfl: Support automatic decompression of files in XZ format.Roland McGrath2009-08-261-2/+3
|
* Use dwarf_attr_integrate in various convenience functions.Roland McGrath2009-08-071-1/+1
|
* Add aliases for elf_getshnum and elf_getshstrndx.Ulrich Drepper2009-06-131-1/+1
| | | | | | | | | | Sun in their implementation messed up the semantics of these functions. To get back to source code compatibility they asked for a solution. We simply add aliases for the two affected functions, named elf_getshdrnum and elf_getshdrstrndx. The semantics remains the same. Users of the old interfaces receive a warning for now. In future we might make it impossible to link programs which request the old interfaces (binary compatibility will of course be maintained).
* 0.141 release.Ulrich Drepper2009-04-231-1/+1
|
* Fiddle version.h magic back, so all the computation is in configure.Roland McGrath2009-04-191-0/+3
|
* _ELFUTILS_PREREQ magic update for 0.y.z numbersRoland McGrath2009-04-171-8/+31
|
* 0.140 release.elfutils-0.140Ulrich Drepper2009-02-161-1/+1
|
* configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.Roland McGrath2009-01-231-1/+1
|
* Make the __thread check more precisely representative to catch bad tools ↵Roland McGrath2009-01-231-3/+10
| | | | with nonworking partial support.
* Test with local-dynamic TLS model as libelf will use.Roland McGrath2009-01-231-1/+3
|
* (__thread check): Use AC_LINK_IFELSE, in case of building with compiler ↵Roland McGrath2009-01-231-5/+6
| | | | support but no working runtime support.
* Bump version to 0.139.Ulrich Drepper2009-01-221-3/+3
|
* Require __thread support in compiler.Ulrich Drepper2009-01-101-6/+13
| | | | Rename --enable-tls to more appropriate --enable-thread-safety.
* Move eu_ZIPLIB macro to m4/zip.am, new file.Roland McGrath2009-01-081-15/+2
|
* libdwfl automagic decompression supportRoland McGrath2009-01-051-1/+24
|
* We now need automake 1.8 for no-dist-gzip.Ulrich Drepper2008-12-301-1/+1
|
* Distribute .tar.bz2 file, not .tar.gz file.Roland McGrath2008-12-241-1/+1
|
* 0.138 itemsRoland McGrath2008-12-241-1/+1
|
* Install elfutils/version.h header for library compatibility checking.Roland McGrath2008-12-161-0/+11
|
* 0.137 release.elfutils-0.137Ulrich Drepper2008-08-271-1/+1
|
* 0.136 release.elfutils-0.136Ulrich Drepper2008-08-261-1/+1
|
* Fix up bogon and missing log entries from .pmachata.threads branch.Roland McGrath2008-08-251-152/+3
|
* propagate from branch 'com.redhat.elfutils.pmachata.threads' (head ↵Ulrich Drepper2008-08-161-1/+20
| | | | | | 8bd3bc10eb015c96f7bafcc6a22c973620b57dd8) to branch 'com.redhat.elfutils' (head c5a11b6b3329382f1b5ffd0020f0d93c64176f20)
* 0.135 release.elfutils-0.135Ulrich Drepper2008-05-121-1/+1
|