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:
Denis 'GNUtoo' Carikli 2023-11-20 22:18:06 +01:00
parent 647e421c21
commit 5ab7f768d6
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
1 changed files with 4 additions and 1 deletions

View File

@ -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 $@