diff options
| author | Glenn Morris | 2011-08-26 06:19:08 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-08-26 06:19:08 -0400 |
| commit | 37846983d0ce89d3a8e95e6b8065a20461bc4b26 (patch) | |
| tree | 7655025ad32666f77a653db6228e577784ea75aa | |
| parent | c11821d4e12c2346668ded2353f4fac050af817f (diff) | |
| download | emacs-37846983d0ce89d3a8e95e6b8065a20461bc4b26.tar.gz emacs-37846983d0ce89d3a8e95e6b8065a20461bc4b26.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure index 02fa5abb626..5996e241c0e 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -9112,7 +9112,7 @@ $as_echo "$HAVE_GNU_MAKE" >&6; } | |||
| 9112 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -MMD -MF" >&5 | 9112 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands -MMD -MF" >&5 |
| 9113 | $as_echo_n "checking whether gcc understands -MMD -MF... " >&6; } | 9113 | $as_echo_n "checking whether gcc understands -MMD -MF... " >&6; } |
| 9114 | SAVE_CFLAGS="$CFLAGS" | 9114 | SAVE_CFLAGS="$CFLAGS" |
| 9115 | CFLAGS="$CFLAGS -MMD -MF deps.d" | 9115 | CFLAGS="$CFLAGS -MMD -MF deps.d -MP" |
| 9116 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9116 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 9117 | /* end confdefs.h. */ | 9117 | /* end confdefs.h. */ |
| 9118 | 9118 | ||
| @@ -9137,7 +9137,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
| 9137 | $as_echo "$ac_enable_autodepend" >&6; } | 9137 | $as_echo "$ac_enable_autodepend" >&6; } |
| 9138 | fi | 9138 | fi |
| 9139 | if test $ac_enable_autodepend = yes; then | 9139 | if test $ac_enable_autodepend = yes; then |
| 9140 | DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d' | 9140 | DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP' |
| 9141 | ## In parallel builds, another make might create depdir between | 9141 | ## In parallel builds, another make might create depdir between |
| 9142 | ## the first test and mkdir, so stick another test on the end. | 9142 | ## the first test and mkdir, so stick another test on the end. |
| 9143 | ## Or use install-sh -d? mkdir -p is not portable. | 9143 | ## Or use install-sh -d? mkdir -p is not portable. |