emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112241: Auto-commit of generated files.
Date: Sun, 07 Apr 2013 06:19:05 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112241
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-04-07 06:19:05 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/Makefile.in
  autogen/configure
=== modified file 'autogen/Makefile.in'
--- a/autogen/Makefile.in       2013-03-14 10:17:38 +0000
+++ b/autogen/Makefile.in       2013-04-07 10:19:05 +0000
@@ -1019,7 +1019,7 @@
        string.h-t sys/select.h sys/select.h-t sys/stat.h sys/stat.h-t \
        sys/time.h sys/time.h-t time.h time.h-t unistd.h unistd.h-t
 noinst_LIBRARIES = libgnu.a
-AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
+AM_CFLAGS = $(PROFILING_CFLAGS) $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
 DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src
 libgnu_a_SOURCES = allocator.c c-ctype.h c-ctype.c c-strcase.h \
        c-strcasecmp.c c-strncasecmp.c careadlinkat.c close-stream.c \

=== modified file 'autogen/configure'
--- a/autogen/configure 2013-03-31 10:17:42 +0000
+++ b/autogen/configure 2013-04-07 10:19:05 +0000
@@ -26667,6 +26667,13 @@
   *) LD_SWITCH_SYSTEM_TEMACS= ;;
 esac
 
+if test x$ac_enable_profiling != x ; then
+  case $opsys in
+    *freebsd | gnu-linux) ;;
+    *) LD_SWITCH_SYSTEM_TEMACS="$LD_SWITCH_SYSTEM_TEMACS -pg" ;;
+  esac
+fi
+
 
 
 ## Common for all window systems


reply via email to

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