diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-02-10 18:28:00 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-10 18:28:00 +0100 |
commit | 72b9eebf686381fae5b20652863108d3d8e5a743 (patch) | |
tree | d9cf99b74a1b7da0b0f578976e584ad4e32fe077 /gnu/packages/autotools.scm | |
parent | cab249615d1c416fb596343a0aecb20167b23334 (diff) | |
download | patches-72b9eebf686381fae5b20652863108d3d8e5a743.tar patches-72b9eebf686381fae5b20652863108d3d8e5a743.tar.gz |
gnu: Add QEMU.
* gnu/packages/autotools.scm (autoconf-wrapper): Make public.
* gnu/packages/qemu.scm (qemu): New variable.
Diffstat (limited to 'gnu/packages/autotools.scm')
-rw-r--r-- | gnu/packages/autotools.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 5c90361de1..bc4dddc01f 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -62,7 +62,7 @@ file that lists the operating system features that the package can use, in the form of M4 macro calls.") (license gpl3+))) ; some files are under GPLv2+ -(define autoconf-wrapper +(define-public autoconf-wrapper ;; An Autoconf wrapper that generates `configure' scripts that use our ;; own Bash instead of /bin/sh in shebangs. For that reason, it ;; should only be used internally---users should not end up |