diff options
| author | Glenn Morris | 2012-08-21 06:17:31 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-21 06:17:31 -0400 |
| commit | 0e733db9150ea50dc1a3687a0898d6264c4cabd8 (patch) | |
| tree | 4a500e0571712e1d191c55797caf690460aa8781 | |
| parent | 342dac71b199ededa5fe250b6cf12775394112b7 (diff) | |
| download | emacs-0e733db9150ea50dc1a3687a0898d6264c4cabd8.tar.gz emacs-0e733db9150ea50dc1a3687a0898d6264c4cabd8.zip | |
Auto-commit of generated files.
| -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@ | |||
| 561 | LIB_PTHREAD = @LIB_PTHREAD@ | 561 | LIB_PTHREAD = @LIB_PTHREAD@ |
| 562 | LIB_PTHREAD_SIGMASK = @LIB_PTHREAD_SIGMASK@ | 562 | LIB_PTHREAD_SIGMASK = @LIB_PTHREAD_SIGMASK@ |
| 563 | LIB_STANDARD = @LIB_STANDARD@ | 563 | LIB_STANDARD = @LIB_STANDARD@ |
| 564 | LN_S = @LN_S@ | ||
| 564 | LTLIBINTL = @LTLIBINTL@ | 565 | LTLIBINTL = @LTLIBINTL@ |
| 565 | LTLIBOBJS = @LTLIBOBJS@ | 566 | LTLIBOBJS = @LTLIBOBJS@ |
| 566 | M17N_FLT_CFLAGS = @M17N_FLT_CFLAGS@ | 567 | 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 | |||
| 1224 | PAXCTL | 1224 | PAXCTL |
| 1225 | GZIP_PROG | 1225 | GZIP_PROG |
| 1226 | INSTALL_INFO | 1226 | INSTALL_INFO |
| 1227 | LN_S | ||
| 1227 | GNULIB_WARN_CFLAGS | 1228 | GNULIB_WARN_CFLAGS |
| 1228 | WARN_CFLAGS | 1229 | WARN_CFLAGS |
| 1229 | WERROR_CFLAGS | 1230 | WERROR_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; } | ||
| 7764 | LN_S=$as_ln_s | ||
| 7765 | if test "$LN_S" = "ln -s"; then | ||
| 7766 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | ||
| 7767 | $as_echo "yes" >&6; } | ||
| 7768 | else | ||
| 7769 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 | ||
| 7770 | $as_echo "no, using $LN_S" >&6; } | ||
| 7771 | fi | ||
| 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. |
| 7763 | set dummy install-info; ac_word=$2 | 7775 | set dummy install-info; ac_word=$2 |