aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-01 06:17:54 -0500
committerGlenn Morris2012-02-01 06:17:54 -0500
commita0a61e58204c787a6a70ee66fba47812b3e62d6e (patch)
tree5af337539c527769c5533e915a866be4624aa8a2
parentdebce7bcbb195760322e30aa70bc5f580ff36784 (diff)
downloademacs-a0a61e58204c787a6a70ee66fba47812b3e62d6e.tar.gz
emacs-a0a61e58204c787a6a70ee66fba47812b3e62d6e.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in8
-rw-r--r--autogen/aclocal.m41
-rwxr-xr-xautogen/configure28
3 files changed, 33 insertions, 4 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index c3cca3f9f1b..4ade989d095 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -36,7 +36,7 @@
36# the same distribution terms as the rest of that program. 36# the same distribution terms as the rest of that program.
37# 37#
38# Generated by gnulib-tool. 38# Generated by gnulib-tool.
39# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=msvc-inval --avoid=msvc-nothrow --avoid=pathmax --avoid=raise --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dup2 filemode getloadavg getopt-gnu ignore-value intprops lstat mktime pthread_sigmask readlink socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat 39# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=msvc-inval --avoid=msvc-nothrow --avoid=raise --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dup2 filemode getloadavg getopt-gnu ignore-value intprops lstat mktime pthread_sigmask readlink socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat
40 40
41VPATH = @srcdir@ 41VPATH = @srcdir@
42pkgdatadir = $(datadir)/@PACKAGE@ 42pkgdatadir = $(datadir)/@PACKAGE@
@@ -72,7 +72,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
72 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/longlong.m4 \ 72 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/longlong.m4 \
73 $(top_srcdir)/m4/lstat.m4 $(top_srcdir)/m4/md5.m4 \ 73 $(top_srcdir)/m4/lstat.m4 $(top_srcdir)/m4/md5.m4 \
74 $(top_srcdir)/m4/mktime.m4 $(top_srcdir)/m4/multiarch.m4 \ 74 $(top_srcdir)/m4/mktime.m4 $(top_srcdir)/m4/multiarch.m4 \
75 $(top_srcdir)/m4/nocrash.m4 \ 75 $(top_srcdir)/m4/nocrash.m4 $(top_srcdir)/m4/pathmax.m4 \
76 $(top_srcdir)/m4/pthread_sigmask.m4 \ 76 $(top_srcdir)/m4/pthread_sigmask.m4 \
77 $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/sha1.m4 \ 77 $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/sha1.m4 \
78 $(top_srcdir)/m4/sha256.m4 $(top_srcdir)/m4/sha512.m4 \ 78 $(top_srcdir)/m4/sha256.m4 $(top_srcdir)/m4/sha512.m4 \
@@ -795,8 +795,8 @@ EXTRA_DIST = alloca.in.h allocator.h careadlinkat.h md5.h sha1.h \
795 sha256.h sha512.h dosname.h ftoastr.c ftoastr.h dup2.c \ 795 sha256.h sha512.h dosname.h ftoastr.c ftoastr.h dup2.c \
796 filemode.h getloadavg.c getopt.c getopt.in.h getopt1.c \ 796 filemode.h getloadavg.c getopt.c getopt.in.h getopt1.c \
797 getopt_int.h ignore-value.h intprops.h inttypes.in.h lstat.c \ 797 getopt_int.h ignore-value.h intprops.h inttypes.in.h lstat.c \
798 mktime-internal.h mktime.c pthread_sigmask.c readlink.c \ 798 mktime-internal.h mktime.c pathmax.h pthread_sigmask.c \
799 signal.in.h sigprocmask.c \ 799 readlink.c signal.in.h sigprocmask.c \
800 $(top_srcdir)/build-aux/snippet/_Noreturn.h \ 800 $(top_srcdir)/build-aux/snippet/_Noreturn.h \
801 $(top_srcdir)/build-aux/snippet/arg-nonnull.h \ 801 $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
802 $(top_srcdir)/build-aux/snippet/c++defs.h \ 802 $(top_srcdir)/build-aux/snippet/c++defs.h \
diff --git a/autogen/aclocal.m4 b/autogen/aclocal.m4
index 98a0e905b08..5fd9650b86b 100644
--- a/autogen/aclocal.m4
+++ b/autogen/aclocal.m4
@@ -1003,6 +1003,7 @@ m4_include([m4/md5.m4])
1003m4_include([m4/mktime.m4]) 1003m4_include([m4/mktime.m4])
1004m4_include([m4/multiarch.m4]) 1004m4_include([m4/multiarch.m4])
1005m4_include([m4/nocrash.m4]) 1005m4_include([m4/nocrash.m4])
1006m4_include([m4/pathmax.m4])
1006m4_include([m4/pthread_sigmask.m4]) 1007m4_include([m4/pthread_sigmask.m4])
1007m4_include([m4/readlink.m4]) 1008m4_include([m4/readlink.m4])
1008m4_include([m4/sha1.m4]) 1009m4_include([m4/sha1.m4])
diff --git a/autogen/configure b/autogen/configure
index e23db1f9638..5d67a55ab14 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -620,6 +620,8 @@ gl_GNULIB_ENABLED_stat_FALSE
620gl_GNULIB_ENABLED_stat_TRUE 620gl_GNULIB_ENABLED_stat_TRUE
621gl_GNULIB_ENABLED_sigprocmask_FALSE 621gl_GNULIB_ENABLED_sigprocmask_FALSE
622gl_GNULIB_ENABLED_sigprocmask_TRUE 622gl_GNULIB_ENABLED_sigprocmask_TRUE
623gl_GNULIB_ENABLED_pathmax_FALSE
624gl_GNULIB_ENABLED_pathmax_TRUE
623gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE 625gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE
624gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE 626gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE
625gl_GNULIB_ENABLED_dosname_FALSE 627gl_GNULIB_ENABLED_dosname_FALSE
@@ -6959,6 +6961,7 @@ esac
6959 # Code from module mktime: 6961 # Code from module mktime:
6960 # Code from module multiarch: 6962 # Code from module multiarch:
6961 # Code from module nocrash: 6963 # Code from module nocrash:
6964 # Code from module pathmax:
6962 # Code from module pthread_sigmask: 6965 # Code from module pthread_sigmask:
6963 # Code from module readlink: 6966 # Code from module readlink:
6964 # Code from module signal-h: 6967 # Code from module signal-h:
@@ -21810,6 +21813,7 @@ $as_echo "$gl_cv_next_unistd_h" >&6; }
21810 21813
21811 gl_gnulib_enabled_dosname=false 21814 gl_gnulib_enabled_dosname=false
21812 gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=false 21815 gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=false
21816 gl_gnulib_enabled_pathmax=false
21813 gl_gnulib_enabled_sigprocmask=false 21817 gl_gnulib_enabled_sigprocmask=false
21814 gl_gnulib_enabled_stat=false 21818 gl_gnulib_enabled_stat=false
21815 gl_gnulib_enabled_strtoll=false 21819 gl_gnulib_enabled_strtoll=false
@@ -21829,6 +21833,15 @@ $as_echo "$gl_cv_next_unistd_h" >&6; }
21829 gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=true 21833 gl_gnulib_enabled_be453cec5eecf5731a274f2de7f2db36=true
21830 fi 21834 fi
21831 } 21835 }
21836 func_gl_gnulib_m4code_pathmax ()
21837 {
21838 if ! $gl_gnulib_enabled_pathmax; then
21839
21840
21841
21842 gl_gnulib_enabled_pathmax=true
21843 fi
21844 }
21832 func_gl_gnulib_m4code_sigprocmask () 21845 func_gl_gnulib_m4code_sigprocmask ()
21833 { 21846 {
21834 if ! $gl_gnulib_enabled_sigprocmask; then 21847 if ! $gl_gnulib_enabled_sigprocmask; then
@@ -22008,6 +22021,9 @@ fi
22008 func_gl_gnulib_m4code_dosname 22021 func_gl_gnulib_m4code_dosname
22009 fi 22022 fi
22010 if test $REPLACE_STAT = 1; then 22023 if test $REPLACE_STAT = 1; then
22024 func_gl_gnulib_m4code_pathmax
22025 fi
22026 if test $REPLACE_STAT = 1; then
22011 func_gl_gnulib_m4code_verify 22027 func_gl_gnulib_m4code_verify
22012 fi 22028 fi
22013 fi 22029 fi
@@ -22166,6 +22182,14 @@ else
22166 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE= 22182 gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE=
22167fi 22183fi
22168 22184
22185 if $gl_gnulib_enabled_pathmax; then
22186 gl_GNULIB_ENABLED_pathmax_TRUE=
22187 gl_GNULIB_ENABLED_pathmax_FALSE='#'
22188else
22189 gl_GNULIB_ENABLED_pathmax_TRUE='#'
22190 gl_GNULIB_ENABLED_pathmax_FALSE=
22191fi
22192
22169 if $gl_gnulib_enabled_sigprocmask; then 22193 if $gl_gnulib_enabled_sigprocmask; then
22170 gl_GNULIB_ENABLED_sigprocmask_TRUE= 22194 gl_GNULIB_ENABLED_sigprocmask_TRUE=
22171 gl_GNULIB_ENABLED_sigprocmask_FALSE='#' 22195 gl_GNULIB_ENABLED_sigprocmask_FALSE='#'
@@ -22664,6 +22688,10 @@ if test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE}" && test
22664 as_fn_error "conditional \"gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36\" was never defined. 22688 as_fn_error "conditional \"gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36\" was never defined.
22665Usually this means the macro was only invoked conditionally." "$LINENO" 5 22689Usually this means the macro was only invoked conditionally." "$LINENO" 5
22666fi 22690fi
22691if test -z "${gl_GNULIB_ENABLED_pathmax_TRUE}" && test -z "${gl_GNULIB_ENABLED_pathmax_FALSE}"; then
22692 as_fn_error "conditional \"gl_GNULIB_ENABLED_pathmax\" was never defined.
22693Usually this means the macro was only invoked conditionally." "$LINENO" 5
22694fi
22667if test -z "${gl_GNULIB_ENABLED_sigprocmask_TRUE}" && test -z "${gl_GNULIB_ENABLED_sigprocmask_FALSE}"; then 22695if test -z "${gl_GNULIB_ENABLED_sigprocmask_TRUE}" && test -z "${gl_GNULIB_ENABLED_sigprocmask_FALSE}"; then
22668 as_fn_error "conditional \"gl_GNULIB_ENABLED_sigprocmask\" was never defined. 22696 as_fn_error "conditional \"gl_GNULIB_ENABLED_sigprocmask\" was never defined.
22669Usually this means the macro was only invoked conditionally." "$LINENO" 5 22697Usually this means the macro was only invoked conditionally." "$LINENO" 5