emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109722: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109722: Auto-commit of generated files.
Date: Tue, 21 Aug 2012 06:17:31 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109722
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-08-21 06:17:31 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/Makefile.in
  autogen/configure
=== modified file 'autogen/Makefile.in'
--- a/autogen/Makefile.in       2012-08-20 10:17:51 +0000
+++ b/autogen/Makefile.in       2012-08-21 10:17:31 +0000
@@ -561,6 +561,7 @@
 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@

=== modified file 'autogen/configure'
--- a/autogen/configure 2012-08-20 10:17:51 +0000
+++ b/autogen/configure 2012-08-21 10:17:31 +0000
@@ -1224,6 +1224,7 @@
 PAXCTL
 GZIP_PROG
 INSTALL_INFO
+LN_S
 GNULIB_WARN_CFLAGS
 WARN_CFLAGS
 WERROR_CFLAGS
@@ -7758,6 +7759,17 @@
 
 
 
+{ $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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]