diff options
author | Brent Cook <busterb@gmail.com> | 2015-05-01 07:18:12 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-23 19:27:57 -0500 |
commit | d3771a41cb106c945e0f538073d0a6e7b35d145b (patch) | |
tree | 0ec81fcb0eae37fc7f1f89e2a7d1de26e54d35d2 /.gitignore | |
parent | 28353c1df15c3d0482a10ffe33fa34c053af2c2e (diff) | |
download | portable-d3771a41cb106c945e0f538073d0a6e7b35d145b.tar.gz portable-d3771a41cb106c945e0f538073d0a6e7b35d145b.tar.bz2 portable-d3771a41cb106c945e0f538073d0a6e7b35d145b.zip |
refactor configure into separate m4 macros
this allows for some reusability with libtls
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -68,7 +68,8 @@ autom4te.cache | |||
68 | # Libtool adds these, at least sometimes | 68 | # Libtool adds these, at least sometimes |
69 | INSTALL | 69 | INSTALL |
70 | COPYING | 70 | COPYING |
71 | m4 | 71 | m4/l* |
72 | !m4/check*.m4 | ||
72 | 73 | ||
73 | aclocal.m4 | 74 | aclocal.m4 |
74 | compile | 75 | compile |