Move 'pre-inst-env.in' to 'build-aux'.

* pre-inst-env.in: Move this...
* build-aux/pre-inst-env.in: ...here.
* configure.ac: Update reference.
* .gitignore: Do not ignore it, and remove a duplicate 'pre-inst-env'.
This commit is contained in:
Timothy Sample 2019-05-17 11:22:50 -04:00
parent 4b664dd050
commit 5ffb3413de
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -8,6 +8,7 @@
/build-aux/*
!/build-aux/git-version-gen
!/build-aux/gitlab-ci.yml
!/build-aux/pre-inst-env.in
/config.log
/config.status
/configure
@ -16,7 +17,6 @@
/gash/config.scm
/lcov.info
/pre-inst-env
/pre-inst-env
/scripts/gash
/tests/*.1
/tests/*.2

View File

@ -21,7 +21,8 @@ AM_CONDITIONAL([HAVE_GENHTML], [test -n $GENHTML])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([gash/config.scm])
AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
AC_CONFIG_FILES([pre-inst-env:build-aux/pre-inst-env.in],
[chmod +x pre-inst-env])
AC_CONFIG_FILES([tests/unit/config.scm])
AC_CONFIG_FILES([tests/spec/Makefile])
AC_CONFIG_FILES([tools/coverage], [chmod +x tools/coverage])