Handle systems where "echo -n" doesn't work

This commit is contained in:
Eelco Dolstra 2014-01-09 17:33:55 +01:00
parent b4c684e0f9
commit cf918b889b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
AC_INIT(nix, m4_esyscmd([echo -n $(cat ./version)$VERSION_SUFFIX]))
AC_INIT(nix, m4_esyscmd([bash -c "echo -n $(cat ./version)$VERSION_SUFFIX"]))
AC_CONFIG_SRCDIR(README)
AC_CONFIG_AUX_DIR(config)