summaryrefslogtreecommitdiff
path: root/m4/depend.m4
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-01-19 19:49:12 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-01-19 19:51:36 +0100
commit3474cdc9ff394c7b01db380c4ca2cd42620ff076 (patch)
treef975aa3cd4ca47428c6826965c160f19c46be1e8 /m4/depend.m4
parent50fc82ed3e063bc456c491c074bee905f98bd22e (diff)
parentd652a1c0a5bf2f973c5328eed983b4df9ccd284f (diff)
downloadautomake-3474cdc9ff394c7b01db380c4ca2cd42620ff076.tar.gz
Merge branch 'maint'
Diffstat (limited to 'm4/depend.m4')
-rw-r--r--m4/depend.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/depend.m4 b/m4/depend.m4
index 714bc9c9b..a5726c646 100644
--- a/m4/depend.m4
+++ b/m4/depend.m4
@@ -1,12 +1,12 @@
## -*- Autoconf -*-
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
-# 2010 Free Software Foundation, Inc.
+# 2010, 2011 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 12
+# serial 13
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
# written in clear, in which case automake, when reading aclocal.m4,
@@ -46,6 +46,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
# instance it was reported that on HP-UX the gcc test will end up
# making a dummy file named `D' -- because `-MD' means `put the output
# in D'.
+ rm -rf conftest.dir
mkdir conftest.dir
# Copy depcomp to subdir because otherwise we won't find it if we're
# using a relative directory.