aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/time.scm')
0 files changed, 0 insertions, 0 deletions
43e0302cf6b4aef549debe4eeaf0'>gnu: nano: Update to 5.5.Tobias Geerinckx-Rice 2020-12-02gnu: nano: Update to 5.4.Efraim Flashner 2020-10-07gnu: nano: Update to 5.3.Tobias Geerinckx-Rice 2020-08-24gnu: nano: Update to 5.2.Tobias Geerinckx-Rice 2020-08-12gnu: nano: Update to 5.1.Tobias Geerinckx-Rice 2020-07-29gnu: nano: Update to 5.0.Tobias Geerinckx-Rice r class='nohover-highlight'> This moves the complexity of Autotools variable expansion outside of the application code. * scripts/guix.in (config-lookup): Delete. (maybe-augment-load-paths!, run-guix-main): Use fully expanded variables instead of calling ‘config-lookup’. * configure.ac: Don't use AC_CONFIG_FILES for ‘scripts/guix’. Use AC_PROG_SED. * Makefile.am (scripts/guix): New rule. (do_subst): New variable. (CLEANFILES, EXTRA_DIST): Adapt. Co-authored-by: Ludovic Courtès <ludo@gnu.org> 2017-03-20build: Install .go files to $libdir/guile/X.Y.Ludovic Courtès * configure.ac: Define and substitute 'guileobjectdir'. * Makefile.am (nobase_nodist_guilemodule_DATA): Remove $(GOBJECTS). (nobase_nodist_guileobject_DATA): New variable. (guix_install_go_files): Adjust accordingly. (install-data-hook): Likewise. * scripts/guix.in (config-lookup): Add 'exec_prefix' and 'guileobjectdir'. Add '_' in VAR-REF-REGEXP. (maybe-augment-load-paths!): Distinguish OBJECT-DIR from MODULE-DIR.