<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/configure.ac, branch version-0.10.0</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>build: Bump version number.</title>
<updated>2016-03-24T22:04:37+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-03-24T22:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=aeaa5ccbf4e12ce651443bb0fda53e25599a221e'/>
<id>aeaa5ccbf4e12ce651443bb0fda53e25599a221e</id>
<content type='text'>
* configure.ac: Change version to 0.10.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac: Change version to 0.10.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: 'make check' errors out if file name limits would be hit.</title>
<updated>2016-01-12T16:47:36+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-01-12T15:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=bb251307642242bb9174e9c4d89909ca40926d67'/>
<id>bb251307642242bb9174e9c4d89909ca40926d67</id>
<content type='text'>
* Makefile.am (SCM_TESTS, SH_TESTS, TESTS, AM_TESTS_ENVIRONMENT)
(SCM_LOG_COMPILER, SH_LOG_COMPILER, AM_SCM_LOG_FLAGS)
(AM_SH_LOG_FLAGS): Move within 'if CAN_RUN_TESTS'.
(check-local) [!CAN_RUN_TESTS]: New target.
* daemon.am (AM_TESTS_ENVIRONMENT, TESTS): Ditto.
* m4/guix.m4 (GUIX_CHECK_FILE_NAME_LIMITS): Add parameter and set it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.am (SCM_TESTS, SH_TESTS, TESTS, AM_TESTS_ENVIRONMENT)
(SCM_LOG_COMPILER, SH_LOG_COMPILER, AM_SCM_LOG_FLAGS)
(AM_SH_LOG_FLAGS): Move within 'if CAN_RUN_TESTS'.
(check-local) [!CAN_RUN_TESTS]: New target.
* daemon.am (AM_TESTS_ENVIRONMENT, TESTS): Ditto.
* m4/guix.m4 (GUIX_CHECK_FILE_NAME_LIMITS): Add parameter and set it.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Bump version number.</title>
<updated>2016-01-05T22:55:26+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-01-05T22:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=03cea32031bf9d641022f199f16e2eb898ff9bd3'/>
<id>03cea32031bf9d641022f199f16e2eb898ff9bd3</id>
<content type='text'>
* configure.ac: Change version to 0.9.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac: Change version to 0.9.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Always check for gzip/bzip2/xz.</title>
<updated>2015-12-09T21:18:47+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-12-09T18:22:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=cd48eae560c76f93cec6cf3db7c8cd788b929a69'/>
<id>cd48eae560c76f93cec6cf3db7c8cd788b929a69</id>
<content type='text'>
This allows (guix config) to contain valid values of %GZIP et al. even
when configured with --disable-daemon.

* config-daemon.ac: Move 'AC_PATH_PROG' invocations for
gzip &amp; co. to...
* configure.ac: ... here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows (guix config) to contain valid values of %GZIP et al. even
when configured with --disable-daemon.

* config-daemon.ac: Move 'AC_PATH_PROG' invocations for
gzip &amp; co. to...
* configure.ac: ... here.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Set DOT_USER_PROGRAM for Emacs interface.</title>
<updated>2015-10-20T13:47:05+00:00</updated>
<author>
<name>Alex Kost</name>
<email>alezost@gmail.com</email>
</author>
<published>2015-10-16T17:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=51805219a53311fc56e291b5762860062ef28446'/>
<id>51805219a53311fc56e291b5762860062ef28446</id>
<content type='text'>
Suggested by Ludovic Courtès &lt;ludo@gnu.org&gt;.

* configure.ac: Set DOT_USER_PROGRAM variable.
* emacs/guix-config.el.in (guix-config-dot-program): New constant.
* emacs/guix-external.el (guix-dot-program): Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by Ludovic Courtès &lt;ludo@gnu.org&gt;.

* configure.ac: Set DOT_USER_PROGRAM variable.
* emacs/guix-config.el.in (guix-config-dot-program): New constant.
* emacs/guix-external.el (guix-dot-program): Use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Fix libgcrypt detection on FHS systems.</title>
<updated>2015-10-09T18:57:24+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-10-09T18:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=ca34fc317f7a812285805f0cc6b41ccae6d57434'/>
<id>ca34fc317f7a812285805f0cc6b41ccae6d57434</id>
<content type='text'>
Reported by Christopher Allan Webber &lt;cwebber@dustycloud.org&gt;.

* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): Add "grep -e -L" to the pipeline
  to account for cases where the output of "libgcrypt-config --libs"
  lacks a -L flag.
* configure.ac: When 'GUIX_LIBGCRYPT_LIBDIR' returns the empty string,
  set LIBGCRYPT_LIBDIR to "no".
* config-daemon.ac: Add missing space.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by Christopher Allan Webber &lt;cwebber@dustycloud.org&gt;.

* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): Add "grep -e -L" to the pipeline
  to account for cases where the output of "libgcrypt-config --libs"
  lacks a -L flag.
* configure.ac: When 'GUIX_LIBGCRYPT_LIBDIR' returns the empty string,
  set LIBGCRYPT_LIBDIR to "no".
* config-daemon.ac: Add missing space.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Automatically determine libgcrypt's file name.</title>
<updated>2015-10-06T21:51:04+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-10-06T20:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=dd01fecd23a4ded46b99a51dc08ac5d964dbcd53'/>
<id>dd01fecd23a4ded46b99a51dc08ac5d964dbcd53</id>
<content type='text'>
* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): New macro.
* configure.ac: Use it when no --with-libgcrypt-* option was passed.
* README: Do not recommend --with-libgcrypt-prefix.

Co-authored-by: 宋文武 &lt;iyzsong@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): New macro.
* configure.ac: Use it when no --with-libgcrypt-* option was passed.
* README: Do not recommend --with-libgcrypt-prefix.

Co-authored-by: 宋文武 &lt;iyzsong@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Bump version number.</title>
<updated>2015-09-25T15:05:07+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-09-25T15:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=abbe2c61cf9d625f54b69b40d1133d893ed0c11d'/>
<id>abbe2c61cf9d625f54b69b40d1133d893ed0c11d</id>
<content type='text'>
* configure.ac: Change version to 0.9.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac: Change version to 0.9.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Produce 'guix-config' instead of using compile-time tricks.</title>
<updated>2015-08-30T17:20:12+00:00</updated>
<author>
<name>Mathieu Lirzin</name>
<email>mthl@openmailbox.org</email>
</author>
<published>2015-08-06T09:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=bd6163d13f6445b9a1ec0f85e4a19b9f73ab74ea'/>
<id>bd6163d13f6445b9a1ec0f85e4a19b9f73ab74ea</id>
<content type='text'>
* emacs/guix-{init,profiles}.el.in: Rename to ...
* emacs/guix-{init,profiles}.el: ... these.  New files.
  Use 'guix-config'.
* emacs/guix-config.el.in: New file.
* emacs.am (nodist_lisp_DATA): Add it.  Move them to ...
  (ELFILES): ... here.
* .gitignore, configure.ac: Adjust accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* emacs/guix-{init,profiles}.el.in: Rename to ...
* emacs/guix-{init,profiles}.el: ... these.  New files.
  Use 'guix-config'.
* emacs/guix-config.el.in: New file.
* emacs.am (nodist_lisp_DATA): Add it.  Move them to ...
  (ELFILES): ... here.
* .gitignore, configure.ac: Adjust accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Do not build (guix build syscalls) if 'mount' is missing from libc.</title>
<updated>2015-08-26T22:49:23+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-08-26T12:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=12e5b26643e2269e8f30d8399886d4302c3c09d1'/>
<id>12e5b26643e2269e8f30d8399886d4302c3c09d1</id>
<content type='text'>
This disables compilation of this module on GNU/Hurd.
Reported by Manolis Ragkousis &lt;manolis837@gmail.com&gt;.

* m4/guix.m4 (GUIX_CHECK_LIBC_MOUNT): New variable.
* configure.ac: Use it.  Define 'BUILD_SYSCALLS_MODULE' conditional.
* Makefile.am (MODULES, EXTRA_DIST): Make 'guix/build/syscalls.scm'
  conditional on BUILD_SYSCALLS_MODULE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This disables compilation of this module on GNU/Hurd.
Reported by Manolis Ragkousis &lt;manolis837@gmail.com&gt;.

* m4/guix.m4 (GUIX_CHECK_LIBC_MOUNT): New variable.
* configure.ac: Use it.  Define 'BUILD_SYSCALLS_MODULE' conditional.
* Makefile.am (MODULES, EXTRA_DIST): Make 'guix/build/syscalls.scm'
  conditional on BUILD_SYSCALLS_MODULE.
</pre>
</div>
</content>
</entry>
</feed>
