diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-09-15T09·18+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-09-15T09·18+0000 |
commit | 896c0b92f35c61079050beec483587f10fd79ad5 (patch) | |
tree | f0a27e019e1f1d28d546203a14563733663694d3 /configure.ac | |
parent | 5818e8eeaf91789d997cdbc1b62b4f9888354215 (diff) |
* This is not a GNU project :-P
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a1c6287db34b..79b4830616ed 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). |