summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Tanberry <ted.tanberry@gmail.com>2014-08-10 22:25:08 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-11-07 22:20:12 -0800
commitb8a142f798be57cd7f0d41b502f6960a9ffbae19 (patch)
treecce44380b3a4c01849def954d0b5eb0c36c71cb2
parent46a906557fcf321592d543d818bc8054aad0ee89 (diff)
Include AM_PROG_AR to detect 'ar' instead of hard-coding it
see Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=486470 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--.gitignore1
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7a6ea66..858f5e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,4 +76,5 @@ core
# Edit the following section as needed
# For example, !report.pc overrides *.pc. See 'man gitignore'
#
+ar-lib
xedit
diff --git a/configure.ac b/configure.ac
index cf3eb23..f73c9db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,7 @@ XORG_DEFAULT_OPTIONS
AC_CONFIG_HEADERS([config.h])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_PROG_RANLIB
PKG_PROG_PKG_CONFIG