diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | NEWS | 1 | ||||
| -rw-r--r-- | configure.ac | 2 |
4 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a211be98530..9a7cb18c0f6 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -36,3 +36,5 @@ config.cache | |||
| 36 | /po/guix.pot | 36 | /po/guix.pot |
| 37 | /guix-build | 37 | /guix-build |
| 38 | /tests/*.trs | 38 | /tests/*.trs |
| 39 | /INSTALL | ||
| 40 | /m4/* | ||
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000000..83deffcadad --- /dev/null +++ b/ChangeLog | |||
| @@ -0,0 +1 @@ | |||
| Please see the Git commit log at <https://gitorious.org/guix>. | |||
| @@ -0,0 +1 @@ | |||
| No news yet. | |||
diff --git a/configure.ac b/configure.ac index 74029d10e21..d8537294c54 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -5,7 +5,7 @@ AC_PREREQ(2.68) | |||
| 5 | AC_INIT([Guix], [0.0], [guile-user@gnu.org]) | 5 | AC_INIT([Guix], [0.0], [guile-user@gnu.org]) |
| 6 | AC_CONFIG_AUX_DIR([build-aux]) | 6 | AC_CONFIG_AUX_DIR([build-aux]) |
| 7 | 7 | ||
| 8 | AM_INIT_AUTOMAKE([1.11 foreign silent-rules subdir-objects \ | 8 | AM_INIT_AUTOMAKE([1.11 gnu silent-rules subdir-objects \ |
| 9 | color-tests parallel-tests]) | 9 | color-tests parallel-tests]) |
| 10 | 10 | ||
| 11 | AC_CONFIG_SRCDIR([guix.scm]) | 11 | AC_CONFIG_SRCDIR([guix.scm]) |
