From 18e1ae6dea2dad10487a4e0a6ec383b5ea9526a4 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 18 Jun 2004 14:45:24 +0000 Subject: OBJCDEPMODE is already AC_SUBST'ed by _AM_DEPENDENCIES, which we call later; double substitution gives a warning with automake 1.6 CVS patchset: 6697 CVS date: 2004/06/18 14:45:24 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 80606eb27..37af96cde 100644 --- a/configure.ac +++ b/configure.ac @@ -1630,7 +1630,6 @@ case "$host_or_hostalias" in OBJCFLAGS="-no-cpp-precomp -D_INTL_REDIRECT_MACROS -fconstant-string-class=NSConstantString $OBJCFLAGS" AC_SUBST(OBJCFLAGS) OBJCDEPMODE="depmode=gcc3" - AC_SUBST(OBJCDEPMODE) ;; ppc-*-linux* | powerpc-*) -- cgit v1.2.3