mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
* Incorporated Berkeley DB and ATerm into the source tree.
* `make dist'.
This commit is contained in:
parent
9202570f8c
commit
39ce70025b
7 changed files with 63 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue