From 2625668449306fc79588a2e5f3f59ff8052197f7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 7 Apr 2013 06:19:05 -0400 Subject: [PATCH] Auto-commit of generated files. --- autogen/Makefile.in | 2 +- autogen/configure | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 03e54906b7..5f213903e9 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in @@ -1019,7 +1019,7 @@ MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t dirent.h \ 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 \ diff --git a/autogen/configure b/autogen/configure index 23685c523a..db574207d7 100755 --- a/autogen/configure +++ b/autogen/configure @@ -26667,6 +26667,13 @@ case "$opsys" in *) 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 -- 2.20.1