diff mbox

[2/5] autogen: Deal with new ar-lib file created by automake

Message ID 20130603154445.37741.76801.stgit@manray.1015granger.net
State Accepted
Headers show

Commit Message

Chuck Lever June 3, 2013, 3:44 p.m. UTC
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 .gitignore |    1 +
 autogen.sh |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 09276be..c9e8750 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,6 +67,7 @@  m4/
 missing
 libtool
 stamp-h1
+ar-lib
 depcomp
 .deps/
 .libs/
diff --git a/autogen.sh b/autogen.sh
index 0ae4d4e..691c419 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -28,7 +28,7 @@  RM=/bin/rm
 FIND=/bin/find
 XARGS=/usr/bin/xargs
 
-REMOVE="aclocal.m4 configure compile config.* depcomp install-sh ltmain.sh missing mkinstalldirs libtool stamp-h1"
+REMOVE="aclocal.m4 configure compile config.* depcomp install-sh ltmain.sh missing mkinstalldirs libtool stamp-h1 ar-lib"
 
 echo -n cleaning up.