Mercurial > emacs
comparison configure @ 108744:ce6895773462
Regenerate configure
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Sat, 22 May 2010 13:26:01 +0200 |
parents | 2a2ab709769e |
children | f6d1128c9985 |
comparison
equal
deleted
inserted
replaced
108743:4b1caf0bded6 | 108744:ce6895773462 |
---|---|
9559 { $as_echo "$as_me:$LINENO: result: $ac_enable_autodepend" >&5 | 9559 { $as_echo "$as_me:$LINENO: result: $ac_enable_autodepend" >&5 |
9560 $as_echo "$ac_enable_autodepend" >&6; } | 9560 $as_echo "$ac_enable_autodepend" >&6; } |
9561 fi | 9561 fi |
9562 if test $ac_enable_autodepend = yes; then | 9562 if test $ac_enable_autodepend = yes; then |
9563 DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d' | 9563 DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d' |
9564 MKDEPDIR='test -d ${DEPDIR} || mkdir ${DEPDIR}' | 9564 ## In parallel builds, another make might create depdir between |
9565 ## the first test and mkdir, so stick another test on the end. | |
9566 ## Or use mkinstalldirs? mkdir -p is not portable. | |
9567 MKDEPDIR='test -d ${DEPDIR} || mkdir ${DEPDIR} || test -d ${DEPDIR}' | |
9565 deps_frag=autodeps.mk | 9568 deps_frag=autodeps.mk |
9566 fi | 9569 fi |
9567 fi | 9570 fi |
9568 deps_frag=$srcdir/src/$deps_frag | 9571 deps_frag=$srcdir/src/$deps_frag |
9569 | 9572 |