diff options
| author | Glenn Morris | 2013-04-07 06:19:05 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-04-07 06:19:05 -0400 |
| commit | 2625668449306fc79588a2e5f3f59ff8052197f7 (patch) | |
| tree | efe3b56fd8c40fa0b96f4bd8e27c4794bfc0fc7b | |
| parent | 201bb296b5e4104f1501347181da56350507f5e7 (diff) | |
| download | emacs-2625668449306fc79588a2e5f3f59ff8052197f7.tar.gz emacs-2625668449306fc79588a2e5f3f59ff8052197f7.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 2 | ||||
| -rwxr-xr-x | autogen/configure | 7 |
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 |
| 1021 | noinst_LIBRARIES = libgnu.a | 1021 | noinst_LIBRARIES = libgnu.a |
| 1022 | AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) | 1022 | AM_CFLAGS = $(PROFILING_CFLAGS) $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) |
| 1023 | DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src | 1023 | DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src |
| 1024 | libgnu_a_SOURCES = allocator.c c-ctype.h c-ctype.c c-strcase.h \ | 1024 | libgnu_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= ;; |
| 26668 | esac | 26668 | esac |
| 26669 | 26669 | ||
| 26670 | if 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 | ||
| 26675 | fi | ||
| 26676 | |||
| 26670 | 26677 | ||
| 26671 | 26678 | ||
| 26672 | ## Common for all window systems | 26679 | ## Common for all window systems |