about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-09-15T09·18+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-09-15T09·18+0000
commit896c0b92f35c61079050beec483587f10fd79ad5 (patch)
treef0a27e019e1f1d28d546203a14563733663694d3 /configure.ac
parent5818e8eeaf91789d997cdbc1b62b4f9888354215 (diff)
* This is not a GNU project :-P
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 a1c6287db3..79b4830616 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_INIT(nix, "0.9")
 AC_CONFIG_SRCDIR(README)
 AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 foreign])
         
 # Change to `1' to produce a `stable' release (i.e., the `preREVISION'
 # suffix is not added).