aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-04-07 06:19:05 -0400
committerGlenn Morris2013-04-07 06:19:05 -0400
commit2625668449306fc79588a2e5f3f59ff8052197f7 (patch)
treeefe3b56fd8c40fa0b96f4bd8e27c4794bfc0fc7b
parent201bb296b5e4104f1501347181da56350507f5e7 (diff)
downloademacs-2625668449306fc79588a2e5f3f59ff8052197f7.tar.gz
emacs-2625668449306fc79588a2e5f3f59ff8052197f7.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in2
-rwxr-xr-xautogen/configure7
2 files changed, 8 insertions, 1 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index 03e54906b75..5f213903e9b 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -1019,7 +1019,7 @@ MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t dirent.h \
1019 string.h-t sys/select.h sys/select.h-t sys/stat.h sys/stat.h-t \ 1019 string.h-t sys/select.h sys/select.h-t sys/stat.h sys/stat.h-t \
1020 sys/time.h sys/time.h-t time.h time.h-t unistd.h unistd.h-t 1020 sys/time.h sys/time.h-t time.h time.h-t unistd.h unistd.h-t
1021noinst_LIBRARIES = libgnu.a 1021noinst_LIBRARIES = libgnu.a
1022AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) 1022AM_CFLAGS = $(PROFILING_CFLAGS) $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
1023DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src 1023DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src
1024libgnu_a_SOURCES = allocator.c c-ctype.h c-ctype.c c-strcase.h \ 1024libgnu_a_SOURCES = allocator.c c-ctype.h c-ctype.c c-strcase.h \
1025 c-strcasecmp.c c-strncasecmp.c careadlinkat.c close-stream.c \ 1025 c-strcasecmp.c c-strncasecmp.c careadlinkat.c close-stream.c \
diff --git a/autogen/configure b/autogen/configure
index 23685c523ac..db574207d75 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -26667,6 +26667,13 @@ case "$opsys" in
26667 *) LD_SWITCH_SYSTEM_TEMACS= ;; 26667 *) LD_SWITCH_SYSTEM_TEMACS= ;;
26668esac 26668esac
26669 26669
26670if test x$ac_enable_profiling != x ; then
26671 case $opsys in
26672 *freebsd | gnu-linux) ;;
26673 *) LD_SWITCH_SYSTEM_TEMACS="$LD_SWITCH_SYSTEM_TEMACS -pg" ;;
26674 esac
26675fi
26676
26670 26677
26671 26678
26672## Common for all window systems 26679## Common for all window systems