mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Use Automake's `gnu' option.
* configure.ac: Use Automake's `gnu' option. * ChangeLog, NEWS: New files.
This commit is contained in:
parent
e1e7b29aae
commit
6365068393
4 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -36,3 +36,5 @@ config.cache
|
|||
/po/guix.pot
|
||||
/guix-build
|
||||
/tests/*.trs
|
||||
/INSTALL
|
||||
/m4/*
|
||||
|
|
1
ChangeLog
Normal file
1
ChangeLog
Normal file
|
@ -0,0 +1 @@
|
|||
Please see the Git commit log at <https://gitorious.org/guix>.
|
1
NEWS
Normal file
1
NEWS
Normal file
|
@ -0,0 +1 @@
|
|||
No news yet.
|
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue