author | Michael Krelin <hacker@klever.net> | 2013-01-26 12:00:37 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2013-01-26 12:00:37 (UTC) |
commit | 98b8a37be835d50b71416acd6d285e1eb525b2a1 (patch) (unidiff) | |
tree | 45e2ff2f2fa08c266de70f35b1c2b41326150cc4 /.gitignore | |
parent | 6242fdc322cecae7e9d71b390f91ef9dc8f1a162 (diff) | |
download | iii-98b8a37be835d50b71416acd6d285e1eb525b2a1.zip iii-98b8a37be835d50b71416acd6d285e1eb525b2a1.tar.gz iii-98b8a37be835d50b71416acd6d285e1eb525b2a1.tar.bz2 |
slightly reworked autotools
introduced aux.d directory and prettified and improved autogen.bash to run from the build
directory in case it differs from source.
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -9,8 +9,6 @@ Makefile.in | |||
9 | /configure | 9 | /configure |
10 | /stamp-h1 | 10 | /stamp-h1 |
11 | /INSTALL | 11 | /INSTALL |
12 | /depcomp | ||
13 | /install-sh | ||
14 | /missing | ||
15 | /NEWS | 12 | /NEWS |
16 | TAGS | 13 | TAGS |
14 | /aux.d | ||