diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-23T15·53+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-23T15·53+0000 |
commit | 39ce70025b59a545127d1ffdefa83b7cbfcd8be1 (patch) | |
tree | 073ced88097af91b11f9331168d823a7fff8d64f /configure.ac | |
parent | 9202570f8c40f58f6444c2ec512104b305058977 (diff) |
* Incorporated Berkeley DB and ATerm into the source tree.
* `make dist'.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9db0a880794a..e60895ff7e2e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(nix, 0.1) +AC_INIT(nix, 0.2pre1) AC_CONFIG_SRCDIR(src/nix.cc) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE @@ -12,7 +12,7 @@ AC_PROG_CXX AC_PROG_RANLIB AM_CONFIG_HEADER([config.h]) -AC_CONFIG_FILES([Makefile src/Makefile scripts/Makefile +AC_CONFIG_FILES([Makefile externals/Makefile src/Makefile scripts/Makefile corepkgs/Makefile corepkgs/fetchurl/Makefile corepkgs/nar/Makefile]) AC_OUTPUT |