summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2012-07-07build: Use Automake's `gnu' option.v0.0Ludovic Courtès
* configure.ac: Use Automake's `gnu' option. * ChangeLog, NEWS: New files.
2012-07-02build: Use `AM_GNU_GETTEXT_VERSION'.Ludovic Courtès
* configure.ac: Add `AM_GNU_GETTEXT_VERSION'. Suggested by Antono Vasiljev.
2012-07-01build: Capitalize the package name.Ludovic Courtès
* configure.ac: Use "Guix", not "guix", as the package name.
2012-07-01Add `guix-build'.Ludovic Courtès
* 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'.
2012-06-29Gettextize, with GNU Gettext 0.18.1.Ludovic Courtès
* 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.
2012-06-15build: Be cross-compilation-ready.Ludovic Courtès
* Makefile.am (.scm.go): Pass `--target=$(host)'. * configure.ac: Use `AC_CANONICAL_HOST'.
2012-06-13Add a build system.Ludovic Courtès
* configure.ac, Makefile.am: New files.