diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-21 06:17:31 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-21 06:17:31 -0400 |
commit | 0e733db9150ea50dc1a3687a0898d6264c4cabd8 (patch) | |
tree | 4a500e0571712e1d191c55797caf690460aa8781 /autogen | |
parent | 342dac71b199ededa5fe250b6cf12775394112b7 (diff) | |
download | emacs-0e733db9150ea50dc1a3687a0898d6264c4cabd8.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rw-r--r-- | autogen/Makefile.in | 1 | ||||
-rwxr-xr-x | autogen/configure | 12 |
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@ 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 |