audio.experimental.a-lec.org: use Guix for autogen.sh
The target server (anthea) where the images will now be deployed doesn't have autoconf, automake and m4 installed. Because of that we work around by using the Guix versions. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
647e421c21
commit
5ab7f768d6
|
@ -8,4 +8,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this file. If not, see <http://www.gnu.org/licenses/>.
|
||||
autoreconf -fi $@
|
||||
guix shell -C \
|
||||
autoconf automake coreutils grep m4 sed \
|
||||
-- \
|
||||
autoreconf -fi $@
|
||||
|
|
Loading…
Reference in New Issue