Skip to content

Commit

Permalink
Install to versioned directory.
Browse files Browse the repository at this point in the history
* configure.ac: Use GUILE_PKG to set GUILE_EFFECTIVE_VERSION.
* guix.scm: Add pkg-config.
  • Loading branch information
roptat authored and rekado committed Aug 11, 2021
1 parent 375d3bd commit 8ffa994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign])
AM_SILENT_RULES([yes])

GUILE_PKG([3.0 2.2 2.0])
GUILE_PROGS

if $GUILE_TOOLS | grep -q compile; then
Expand Down
2 changes: 1 addition & 1 deletion guix.scm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(specifications->manifest
'("guile" "gnutls" "autoconf" "automake" "texinfo"))
'("guile" "gnutls" "autoconf" "automake" "pkg-config" "texinfo"))

0 comments on commit 8ffa994

Please sign in to comment.