diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-21 15:55:42 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-21 15:55:42 +0300 |
commit | bba10f01c5749ae0d290f123e3312a5c1cf840a8 (patch) | |
tree | a8e7eb45def4b40733829d01c0e08c5bcbbe8441 /helpers | |
parent | e0d37f069b77aa549697403d2da556e9cfda991b (diff) | |
download | egawk-bba10f01c5749ae0d290f123e3312a5c1cf840a8.tar.gz egawk-bba10f01c5749ae0d290f123e3312a5c1cf840a8.tar.bz2 egawk-bba10f01c5749ae0d290f123e3312a5c1cf840a8.zip |
Move aux files into build-aux directory.
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/ChangeLog | 5 | ||||
-rwxr-xr-x | helpers/update-aux.sh | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/helpers/ChangeLog b/helpers/ChangeLog index fd6d6d7d..beded9d5 100644 --- a/helpers/ChangeLog +++ b/helpers/ChangeLog @@ -1,3 +1,8 @@ +2020-07-21 Arnold D. Robbins <arnold@skeeve.com> + + * update-aux.sh: Adjust for presence of build-aux in main + directory. + 2019-06-18 Arnold D. Robbins <arnold@skeeve.com> * 5.0.1: Release tar ball made. diff --git a/helpers/update-aux.sh b/helpers/update-aux.sh index 0d758486..3ab54144 100755 --- a/helpers/update-aux.sh +++ b/helpers/update-aux.sh @@ -12,7 +12,7 @@ GL=/usr/local/src/Gnu/gnulib/build-aux for i in $(cd $GL ; echo *) do - for dir in . extension/build-aux doc + for dir in ./build-aux extension/build-aux doc do if [ -f $GL/$i ] && [ -f $dir/$i ] then |