diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-01-29 22:52:06 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-01-29 23:41:40 -0800 |
commit | 2694fa9dacbb6afac5fd7e2a094ffff0c0ed3279 (patch) | |
tree | c9ac02d30afff8fcdc46dfff1b83631a57208886 /m4 | |
parent | a452d8d36aafda4a873f8c035a3fe3fd51fabd96 (diff) | |
download | xrdp-proprietary-2694fa9dacbb6afac5fd7e2a094ffff0c0ed3279.tar.gz xrdp-proprietary-2694fa9dacbb6afac5fd7e2a094ffff0c0ed3279.zip |
Create the m4 directory for Autoconf macro files
Keeping separate files is more maintainable than merging them into a
single aclocal.m4 file. It is easier for users to understand where those
files come from.
Automake knows how to distribute files in the m4 directory.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 00000000..0f4126cd --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1 @@ +*.m4 |