build: Use Automake's `gnu' option.
authorLudovic Courtès <ludo@gnu.org>
Sat, 7 Jul 2012 20:53:01 +0000 (22:53 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 7 Jul 2012 20:53:01 +0000 (22:53 +0200)
* configure.ac: Use Automake's `gnu' option.
* ChangeLog, NEWS: New files.

.gitignore
ChangeLog [new file with mode: 0644]
NEWS [new file with mode: 0644]
configure.ac

index a211be9..9a7cb18 100644 (file)
@@ -36,3 +36,5 @@ config.cache
 /po/guix.pot
 /guix-build
 /tests/*.trs
+/INSTALL
+/m4/*
diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..83deffc
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1 @@
+Please see the Git commit log at <https://gitorious.org/guix>.
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..c36e768
--- /dev/null
+++ b/NEWS
@@ -0,0 +1 @@
+No news yet.
index 74029d1..d853729 100644 (file)
@@ -5,7 +5,7 @@ AC_PREREQ(2.68)
 AC_INIT([Guix], [0.0], [guile-user@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 
-AM_INIT_AUTOMAKE([1.11 foreign silent-rules subdir-objects \
+AM_INIT_AUTOMAKE([1.11 gnu silent-rules subdir-objects \
  color-tests parallel-tests])
 
 AC_CONFIG_SRCDIR([guix.scm])