about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-05-30T14·31+0100
committerDomen Kožar <domen@dev.si>2016-05-30T14·31+0100
commitf53b3ef693465ebf3ea0b6f0e8fe087137909395 (patch)
tree10bf1fbf4215633361c13b7ea7c190ab33d906fb /configure.ac
parent040c40d3fcab0d8393c04c6639e519f976bc1cca (diff)
fix tarball job
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d06842054e..ff8e39fa05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT(nix, m4_esyscmd([bash -c "echo -n $(cat ./version)$VERSION_SUFFIX"]))
-AC_CONFIG_SRCDIR(README)
+AC_CONFIG_SRCDIR(README.md)
 AC_CONFIG_AUX_DIR(config)
 
 AC_PROG_SED