From: Glenn Morris Date: Tue, 21 Aug 2012 10:17:31 +0000 (-0400) Subject: Auto-commit of generated files. X-Git-Tag: emacs-24.2.90~567 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e733db9150ea50dc1a3687a0898d6264c4cabd8;p=emacs.git Auto-commit of generated files. --- 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@ LIB_PTHREAD = @LIB_PTHREAD@ LIB_PTHREAD_SIGMASK = @LIB_PTHREAD_SIGMASK@ LIB_STANDARD = @LIB_STANDARD@ +LN_S = @LN_S@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ M17N_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 PAXCTL GZIP_PROG INSTALL_INFO +LN_S GNULIB_WARN_CFLAGS WARN_CFLAGS WERROR_CFLAGS @@ -7758,6 +7759,17 @@ fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +$as_echo_n "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +$as_echo "no, using $LN_S" >&6; } +fi + # Extract the first word of "install-info", so it can be a program name with args. set dummy install-info; ac_word=$2