aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-12 06:17:24 -0400
committerGlenn Morris2012-05-12 06:17:24 -0400
commit70d9b051a4aef24cff73db312cbe7dfac6a53d0c (patch)
tree0ae2a54d196d25db83dafe01afbbba3c139e6e1e
parent9583393ff6922f3abe0e59942c3864e8d68e68a3 (diff)
downloademacs-70d9b051a4aef24cff73db312cbe7dfac6a53d0c.tar.gz
emacs-70d9b051a4aef24cff73db312cbe7dfac6a53d0c.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure7
1 files changed, 3 insertions, 4 deletions
diff --git a/autogen/configure b/autogen/configure
index b3b808e1f37..dc7fb2943b3 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -7895,6 +7895,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
7895ac_compiler_gnu=$ac_cv_c_compiler_gnu 7895ac_compiler_gnu=$ac_cv_c_compiler_gnu
7896 7896
7897 7897
7898
7898if test "x$RANLIB" = x; then 7899if test "x$RANLIB" = x; then
7899 if test -n "$ac_tool_prefix"; then 7900 if test -n "$ac_tool_prefix"; then
7900 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 7901 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
@@ -10004,10 +10005,8 @@ $as_echo "$ac_enable_autodepend" >&6; }
10004 fi 10005 fi
10005 if test $ac_enable_autodepend = yes; then 10006 if test $ac_enable_autodepend = yes; then
10006 DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP' 10007 DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP'
10007 ## In parallel builds, another make might create depdir between 10008 ## MKDIR_P is documented (see AC_PROG_MKDIR_P) to be parallel-safe.
10008 ## the first test and mkdir, so stick another test on the end. 10009 MKDEPDIR='${MKDIR_P} ${DEPDIR}'
10009 ## Or use install-sh -d? mkdir -p is not portable.
10010 MKDEPDIR='test -d ${DEPDIR} || mkdir ${DEPDIR} || test -d ${DEPDIR}'
10011 deps_frag=autodeps.mk 10010 deps_frag=autodeps.mk
10012 fi 10011 fi
10013fi 10012fi