~ruther/guix-local

a1097caa6a30f45661ee510c59bf0e01972cebba — Mathieu Lirzin 10 years ago e66d1f5
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).
R pre-inst-env.in => build-aux/pre-inst-env.in +0 -0
R test-env.in => build-aux/test-env.in +0 -0
M configure.ac => configure.ac +3 -2
@@ 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])