diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-18 14:45:24 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-18 14:45:24 +0000 |
commit | 18e1ae6dea2dad10487a4e0a6ec383b5ea9526a4 (patch) | |
tree | 2697a01e30f1d7e887e593649c2c7d675937708b | |
parent | d3b6aa56e21c2962d0d8e5485071c1992865583b (diff) | |
download | xine-lib-18e1ae6dea2dad10487a4e0a6ec383b5ea9526a4.tar.gz xine-lib-18e1ae6dea2dad10487a4e0a6ec383b5ea9526a4.tar.bz2 |
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
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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-*) |