diff options
-rw-r--r-- | bin/.gitignore | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/bin/.gitignore b/bin/.gitignore index 2ee67a666a..dfaa6d3664 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -5,3 +5,4 @@ install-sh /missing ylwrap compile +ar-lib diff --git a/configure.ac b/configure.ac index 88a2df6ab4..29ee87bb00 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,8 @@ echo \#buildapi-variable-no-builddir >/dev/null # to make m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) + LT_PREREQ([2.2]) LT_INIT([disable-static]) |