diff options
author | cypherpunks <cypherpunks@torproject.org> | 2016-12-15 16:15:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-23 10:35:22 -0500 |
commit | a1c0ebc3ebc49924fa38dd4f60d89204208aacc8 (patch) | |
tree | 1453b2dd0b8ea9488813dd756f69da22775767e5 /.gitignore | |
parent | dee0b869c9393ba2b0d84527be4ed606f320a236 (diff) | |
download | tor-a1c0ebc3ebc49924fa38dd4f60d89204208aacc8.tar.gz tor-a1c0ebc3ebc49924fa38dd4f60d89204208aacc8.zip |
Use AM_PROG_AR to improve portability
Turning on warnings in Automake makes it complain about not using the
AM_PROG_AR macro. The AM_PROG_AR macro is required when LIBRARIES or
LTLIBRARIES is used.
The macro looks for an archiver and wraps it in the ar-lib script which
is automatically generated so Git should ignore it.
It makes the custom check for 'ar' obsolete so it is removed.
The AM_PROG_AR macro was added in Automake 1.11.2 thus the minimum
Automake version is increased.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dc6738c079..ef35175690 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ uptime-*.json /Makefile /Makefile.in /aclocal.m4 +/ar-lib /autom4te.cache /build-stamp /compile |