1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

* Make the version available to release.nix.

This commit is contained in:
Eelco Dolstra 2009-03-09 15:05:08 +00:00
parent a96cac0d18
commit be88248add
3 changed files with 15 additions and 41 deletions

View file

@ -1,4 +1,4 @@
AC_INIT(nix, m4_esyscmd([echo -n 0.13$VERSION_SUFFIX]))
AC_INIT(nix, m4_esyscmd([echo -n $(cat ./version)$VERSION_SUFFIX]))
AC_CONFIG_SRCDIR(README)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([dist-bzip2 foreign])