Skip to content
Snippets Groups Projects
Commit 5fedc65b authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

build: Print the Guix system type.

* m4/guix.m4 (GUIX_SYSTEM_TYPE): Print the system type.
parent 704197f4
No related branches found
No related tags found
No related merge requests found
dnl GNU Guix --- Functional package management for GNU dnl GNU Guix --- Functional package management for GNU
dnl Copyright © 2012 Ludovic Courtès <ludo@gnu.org> dnl Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
dnl dnl
dnl This file is part of GNU Guix. dnl This file is part of GNU Guix.
dnl dnl
...@@ -61,5 +61,9 @@ AC_DEFUN([GUIX_SYSTEM_TYPE], [ ...@@ -61,5 +61,9 @@ AC_DEFUN([GUIX_SYSTEM_TYPE], [
# `darwin10.2.0', etc. # `darwin10.2.0', etc.
guix_system="$machine_name-`echo $host_os | "$SED" -e's/@<:@0-9.@:>@*$//g'`";; guix_system="$machine_name-`echo $host_os | "$SED" -e's/@<:@0-9.@:>@*$//g'`";;
esac]) esac])
AC_MSG_CHECKING([for the Guix system type])
AC_MSG_RESULT([$guix_system])
AC_SUBST([guix_system]) AC_SUBST([guix_system])
]) ])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment