summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
...
* 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.