diff options
author | Zack Weinberg <zackw@panix.com> | 2020-12-14 18:13:44 -0500 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2020-12-31 17:01:35 -0500 |
commit | 3436c6a94b8d565bf236bb916ebd3ade28834496 (patch) | |
tree | fa51a2c9e57f45aee0b42fa5368cca48e9c823be /.gitignore | |
parent | 941a32bb879d5228246bdb162c9fb44788c8387a (diff) | |
download | libxcrypt-3436c6a94b8d565bf236bb916ebd3ade28834496.tar.gz libxcrypt-3436c6a94b8d565bf236bb916ebd3ade28834496.tar.bz2 libxcrypt-3436c6a94b8d565bf236bb916ebd3ade28834496.zip |
Move most scripts to top-level build-aux directory.
Since we might not want to keep the build scripts as a combination of
sh + awk forever, move most of them to a new top-level directory and
rename them without any .sh or .awk suffixes. This directory is named
build-aux, consistent with the recommendations in the autoconf manual,
and all of the .m4 files extending autoconf move there as well.
The shell scripts in test/ remain there, so that all of the tests stay
together, and they keep their .sh suffix, because this is how Automake
knows that they are not C programs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -20,19 +20,19 @@ /libtool /libxcrypt.pc /stamp-h1 -/m4/compile -/m4/config.guess -/m4/config.sub -/m4/depcomp -/m4/install-sh -/m4/libtool.m4 -/m4/ltmain.sh -/m4/ltoptions.m4 -/m4/ltsugar.m4 -/m4/ltversion.m4 -/m4/lt~obsolete.m4 -/m4/missing -/m4/test-driver +/build-aux/compile +/build-aux/config.guess +/build-aux/config.sub +/build-aux/depcomp +/build-aux/install-sh +/build-aux/libtool.m4 +/build-aux/ltmain.sh +/build-aux/ltoptions.m4 +/build-aux/ltsugar.m4 +/build-aux/ltversion.m4 +/build-aux/lt~obsolete.m4 +/build-aux/missing +/build-aux/test-driver # compiler output *.gcda |