guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: build: Move environment '.in' scripts to 'build-aux' directory.


From: Mathieu Lirzin
Subject: 03/03: build: Move environment '.in' scripts to 'build-aux' directory.
Date: Thu, 14 Apr 2016 23:01:05 +0000

mthl pushed a commit to branch master
in repository guix.

commit a1097caa6a30f45661ee510c59bf0e01972cebba
Author: Mathieu Lirzin <address@hidden>
Date:   Sun Apr 3 18:18:46 2016 +0200

    build: Move environment '.in' scripts to 'build-aux' directory.
    
    * pre-inst-env.in: Move to ...
    * build-aux/pre-inst-env.in: ... here.
    * test-env.in: Move to ...
    * build-aux/test-env.in: ... here.
    * configure.ac (AC_CONFIG_FILES): Adapt to this.  Keep the generated
    scripts in their current location which is $(top_builddir).
---
 pre-inst-env.in => build-aux/pre-inst-env.in |    0
 test-env.in => build-aux/test-env.in         |    0
 configure.ac                                 |    5 +++--
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pre-inst-env.in b/build-aux/pre-inst-env.in
similarity index 100%
rename from pre-inst-env.in
rename to build-aux/pre-inst-env.in
diff --git a/test-env.in b/build-aux/test-env.in
similarity index 100%
rename from test-env.in
rename to build-aux/test-env.in
diff --git a/configure.ac b/configure.ac
index 6296b1f..7c6fcc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -211,8 +211,9 @@ AC_CONFIG_FILES([Makefile
                 guix/config.scm])
 
 AC_CONFIG_FILES([scripts/guix], [chmod +x scripts/guix])
-AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
-AC_CONFIG_FILES([test-env],     [chmod +x test-env])
+AC_CONFIG_FILES([test-env:build-aux/test-env.in], [chmod +x test-env])
+AC_CONFIG_FILES([pre-inst-env:build-aux/pre-inst-env.in],
+  [chmod +x pre-inst-env])
 
 dnl Emacs interface.
 AC_PATH_PROG([DOT_USER_PROGRAM], [dot], [dot])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]