2023-09-12 18:55:46 +02:00
|
|
|
#!/bin/sh
|
|
|
|
# Copyright (C) 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
#
|
|
|
|
# This file is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
# your option) any later version.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this file. If not, see <http://www.gnu.org/licenses/>.
|
2023-11-20 22:18:06 +01:00
|
|
|
guix shell -C \
|
|
|
|
autoconf automake coreutils grep m4 sed \
|
|
|
|
-- \
|
|
|
|
autoreconf -fi $@
|