summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Add `guix-download'.Ludovic Courtès2012-10-25
| | | | | | | * guix-download.in: New file. * configure.ac: Emit `guix-download' and make it executable. * Makefile.am (bin_SCRIPTS): Add `guix-download'. * po/POTFILES.in: Add `guix-download.in'.
* Add `pre-inst-env' script.Ludovic Courtès2012-10-04
| | | | | * pre-inst-env.in: New file. * configure.ac: Add it to `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
* configure.ac: Make 'guild' configure check fatal, otherwise one gets ↵Cyprien Nicolas (fulax)2012-08-27
| | | | 'compile: command not found' during make
* build: Bump version number.Ludovic Courtès2012-08-22
| | | | * configure.ac: Switch to version 0.1.
* build: Add `--with-libgcrypt-prefix'; capture the path to libgcrypt.Ludovic Courtès2012-08-17
| | | | | | | | | * configure.ac: Add `--with-libgcrypt-prefix'. Substitute `LIBGCRYPT'. * Makefile.am (.scm.go): Pass $(LIBGCRYPT). * guix/utils.scm (%libgcrypt): New variable. (sha256): Use it.
* build: Pass the right flags for "make distcheck".Ludovic Courtès2012-08-14
| | | | | * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): New variable. * configure.ac: Define and substitute `NIX_PREFIX'.
* build: Use Automake's `gnu' option.v0.0Ludovic Courtès2012-07-07
| | | | | * configure.ac: Use Automake's `gnu' option. * ChangeLog, NEWS: New files.
* build: Use `AM_GNU_GETTEXT_VERSION'.Ludovic Courtès2012-07-02
| | | | | * configure.ac: Add `AM_GNU_GETTEXT_VERSION'. Suggested by Antono Vasiljev.
* build: Capitalize the package name.Ludovic Courtès2012-07-01
| | | | * configure.ac: Use "Guix", not "guix", as the package name.
* Add `guix-build'.Ludovic Courtès2012-07-01
| | | | | | | | * guix-build.in: New file. * configure.ac: Emit `guix-build'. Add `commands-exec'. * Makefile.am (bin_SCRIPTS): New variable. * po/POTFILES.in: Add `guix-build.in'.
* Gettextize, with GNU Gettext 0.18.1.Ludovic Courtès2012-06-29
| | | | | | | | | * Makefile.am (EXTRA_DIST): Add `build-aux/config.rpath'. (SUBDIRS, ACLOCAL_AMFLAGS): New variables. * configure.ac: Use `AM_GNU_GETTEXT'. Emit `po/Makefile.in'. * po/Makevars, po/POTFILES.in: New files.
* build: Be cross-compilation-ready.Ludovic Courtès2012-06-15
| | | | | | * Makefile.am (.scm.go): Pass `--target=$(host)'. * configure.ac: Use `AC_CANONICAL_HOST'.
* Add a build system.Ludovic Courtès2012-06-13
* configure.ac, Makefile.am: New files.