1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

* Build .tar.bz2 files in `make dist'.

This commit is contained in:
Eelco Dolstra 2005-05-07 15:45:38 +00:00
parent d8cda7c3dc
commit 6c88d67780
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
AC_INIT(nix, "0.9")
AC_CONFIG_SRCDIR(README)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([dist-bzip2])
# Change to `1' to produce a `stable' release (i.e., the `preREVISION'
# suffix is not added).