summaryrefslogtreecommitdiff
path: root/gnu/packages/autotools.scm
AgeCommit message (Collapse)Author
2013-04-14gnu: automake: Restore shebangs on files that end up in user tarballs.Ludovic Courtès
* gnu/packages/autotools.scm (automake): Add `unpatch-shebangs' phase.
2013-02-10gnu: Add QEMU.Ludovic Courtès
* gnu/packages/autotools.scm (autoconf-wrapper): Make public. * gnu/packages/qemu.scm (qemu): New variable.
2013-01-27gnu: automake: Update to 1.13.1.Ludovic Courtès
* gnu/packages/autotools.scm (automake): Update to 1.13.1.
2013-01-27gnu: autoconf-wrapper: Fix "guile" input.Ludovic Courtès
* gnu/packages/autotools.scm (autoconf-wrapper): Remove `lambda' for "guile" input..
2013-01-22gnu: automake: Adjust test suite to lack of /bin/sh.Ludovic Courtès
* gnu/packages/autotools.scm (autoconf-wrapper): New variable. (automake): Use AUTOCONF-WRAPPER instead of AUTOCONF. Add `automake-skip-amhello-tests.patch' as an input. Add #:patches and #:phases arguments. * gnu/packages/patches/automake-skip-amhello-tests.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
2013-01-18distro: Rename (distro) to (gnu packages).Ludovic Courtès
* distro.scm: Rename to... * gnu/packages.scm: ... this. Update all users accordingly. * Makefile.am (MODULES): Adjust accordingly. * po/POTFILES.in: Likewise.
2013-01-18distro: Change the module name space to (gnu ...).Ludovic Courtès
* distro: Rename to... * gnu: ... this. Update module names accordingly. * Makefile.am: Adjust accordingly. * po/POTFILES.in: Likewise. * distro.scm: Search for files under /gnu/packages instead of /distro/packages. * gnu/packages/base.scm (ld-wrapper-boot3): Likewise.