aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-08-21 06:17:31 -0400
committerGlenn Morris2012-08-21 06:17:31 -0400
commit0e733db9150ea50dc1a3687a0898d6264c4cabd8 (patch)
tree4a500e0571712e1d191c55797caf690460aa8781
parent342dac71b199ededa5fe250b6cf12775394112b7 (diff)
downloademacs-0e733db9150ea50dc1a3687a0898d6264c4cabd8.tar.gz
emacs-0e733db9150ea50dc1a3687a0898d6264c4cabd8.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in1
-rwxr-xr-xautogen/configure12
2 files changed, 13 insertions, 0 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index 16af943f331..ebcbed86fc7 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -561,6 +561,7 @@ LIB_MATH = @LIB_MATH@
561LIB_PTHREAD = @LIB_PTHREAD@ 561LIB_PTHREAD = @LIB_PTHREAD@
562LIB_PTHREAD_SIGMASK = @LIB_PTHREAD_SIGMASK@ 562LIB_PTHREAD_SIGMASK = @LIB_PTHREAD_SIGMASK@
563LIB_STANDARD = @LIB_STANDARD@ 563LIB_STANDARD = @LIB_STANDARD@
564LN_S = @LN_S@
564LTLIBINTL = @LTLIBINTL@ 565LTLIBINTL = @LTLIBINTL@
565LTLIBOBJS = @LTLIBOBJS@ 566LTLIBOBJS = @LTLIBOBJS@
566M17N_FLT_CFLAGS = @M17N_FLT_CFLAGS@ 567M17N_FLT_CFLAGS = @M17N_FLT_CFLAGS@
diff --git a/autogen/configure b/autogen/configure
index 7efbd25f0d6..7a94dcb7598 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -1224,6 +1224,7 @@ HAVE_MAKEINFO
1224PAXCTL 1224PAXCTL
1225GZIP_PROG 1225GZIP_PROG
1226INSTALL_INFO 1226INSTALL_INFO
1227LN_S
1227GNULIB_WARN_CFLAGS 1228GNULIB_WARN_CFLAGS
1228WARN_CFLAGS 1229WARN_CFLAGS
1229WERROR_CFLAGS 1230WERROR_CFLAGS
@@ -7758,6 +7759,17 @@ fi
7758 7759
7759 7760
7760 7761
7762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
7763$as_echo_n "checking whether ln -s works... " >&6; }
7764LN_S=$as_ln_s
7765if test "$LN_S" = "ln -s"; then
7766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7767$as_echo "yes" >&6; }
7768else
7769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
7770$as_echo "no, using $LN_S" >&6; }
7771fi
7772
7761 7773
7762# Extract the first word of "install-info", so it can be a program name with args. 7774# Extract the first word of "install-info", so it can be a program name with args.
7763set dummy install-info; ac_word=$2 7775set dummy install-info; ac_word=$2