~ruther/guix-local

ref: 7864504feb54449115e43b6d490f83ae0ca9c349 guix-local/configure.ac -rw-r--r-- 4.4 KiB
e06f7865 — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
834129e0 — Ludovic Courtès 12 years ago
Change the default store file name to /gnu/store.

* configure.ac: Change the default 'storedir' to /gnu/store.  Print
  $storedir.
* doc/guix.texi: Replace "/nix/store" by "/gnu/store", except where
  describing Nix compatibility.
* Makefile.am: Likewise.
200a97e6 — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
6bfec3ed — Ludovic Courtès 12 years ago
store: Add 'register-path' procedure.

* guix/store.scm (register-path): New procedure.
* tests/store.scm ("register-path"): New test.
* guix/config.scm.in (%guix-register-program): New variable.
* configure.ac: Compute and substitute 'guix_sbindir'.  Compute
  'guix_prefix'.
* pre-inst-env.in: Define 'GUIX_REGISTER'.
2f265602 — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
bb0a70e1 — Ludovic Courtès 12 years ago
build: Improve documentation of Nix-related options.

* configure.ac: Add documentation for --with-nix and --with-nixpkgs.
3f40cfde — Ludovic Courtès 12 years ago
config: Export '%config-directory'.

* configure.ac: Define and substitute 'guix_sysconfdir'.
* guix/config.scm.in (%config-directory): New variable.
e71998cd — Ludovic Courtès 12 years ago
build: Bump to version 0.6.

* configure.ac: Switch to 0.6.
ff1cbb95 — Ludovic Courtès 12 years ago
build: Make sure pkg.m4 is present.

Suggested by John Darrington <john@darrington.wattle.id.au>.

* configure.ac: Forbid occurrences of 'PKG_CHECK_MODULES' in the
  output.
07ef14af — Ludovic Courtès 12 years ago
build: Bump version to 0.5.

* configure.ac: Switch to 0.5.
8ce3104e — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
cb9e50f6 — Ludovic Courtès 12 years ago
build: Use `missing' for `dot'.

* configure.ac: Substitute `DOT'.
* doc.am (.dot.png, .dot.eps): Use $(DOT).
a9424c08 — Ludovic Courtès 12 years ago
build: Build docs from the top-level Makefile.

This undoes commit 575ed8d ("doc: Create own Makefile.am in subdirectory."),
and fixes a bug whereby "make pdf" or "make ps" wouldn't do anything.

* doc/Makefile.am: Remove.
* doc.am: New file.  Use `-local' rules to build the image.
* Makefile.am: Include it.
* configure.ac: Use `-Woverride' to avoid undesired overridding of
  Automake rules.
044498a0 — Ludovic Courtès 12 years ago
build: Bump version to 0.4.

* configure.ac: Switch to 0.4.
1959fb04 — Ludovic Courtès 12 years ago
build: Provide a replacement (srfi srfi-37) when the user's one is broken.

* srfi/srfi-37.scm.in: New file, taken from Guile 2.0.9.
* m4/guix.m4: New macro.
* configure.ac: Use it.  Define Automake conditional `INSTALL_SRFI_37'.
* Makefile.am (nobase_nodist_guilemodule_DATA)[INSTALL_SRFI_37]: Add
  srfi/srfi-37.scm.
  (GOBJECTS)[INSTALL_SRFI_37]: Add srfi/srfi-37.go.
  (srfi/srfi-37.scm)[INSTALL_SRFI_37]: New target.
  (EXTRA_DIST): Add srfi/srfi-37.scm.in.
b97556d7 — Ludovic Courtès 12 years ago
build: Bail out on unsupported platforms; add `--with-courage'.

* m4/guix.m4 (GUIX_ASSERT_SUPPORTED_SYSTEM): New macro.
* configure.ac: Use it.
4bc3fcc7 — Ludovic Courtès 13 years ago
build: Switch to 0.3.

* configure.ac: Bump to 0.3.  Use the full URL.
e8b3afeb — Ludovic Courtès 13 years ago
build: Use separate `AC_CONFIG_FILES' invocations for executable files.

* configure.ac: Use separate AC_CONFIG_FILES invocations for files that
  need to be made executable.
* config-daemon.ac: Likewise.
9c7dd33a — Ludovic Courtès 13 years ago
build: Make sure the user's Guile has all the required features.

* m4/guix.m4 (GUIX_ASSERT_GUILE_FEATURES): New macro.
* configure.ac: Use it.
56dbcb09 — Ludovic Courtès 13 years ago
build: Explicitly require Guile >= 2.0.5.

* configure.ac: Require guile-2.0 >= 2.0.5.
Next