aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-07-29 06:19:06 -0400
committerGlenn Morris2012-07-29 06:19:06 -0400
commit93131e119fa0f1fe44ccbccd0b8edcf8707a892d (patch)
treee13c3df4821d5bf4e37665bf0b54d58340241d54
parent1cd646250d11af2eeafc1b696c3e6c7d275296f2 (diff)
downloademacs-93131e119fa0f1fe44ccbccd0b8edcf8707a892d.tar.gz
emacs-93131e119fa0f1fe44ccbccd0b8edcf8707a892d.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in9
-rw-r--r--autogen/aclocal.m41
-rw-r--r--autogen/config.in6
-rwxr-xr-xautogen/configure95
4 files changed, 73 insertions, 38 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index 4808d7aa179..8c569049754 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=errno --avoid=fcntl --avoid=fcntl-h --avoid=fstat --avoid=msvc-inval --avoid=msvc-nothrow --avoid=raise --avoid=select --avoid=sigprocmask --avoid=sys_types --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt c-strcase careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 filemode getloadavg getopt-gnu gettime gettimeofday ignore-value intprops largefile lstat manywarnings mktime pselect pthread_sigmask readlink socklen stat-time stdarg stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timespec-add timespec-sub utimens warnings 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=errno --avoid=fcntl --avoid=fcntl-h --avoid=fstat --avoid=msvc-inval --avoid=msvc-nothrow --avoid=raise --avoid=select --avoid=sigprocmask --avoid=sys_types --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt c-strcase careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ filemode getloadavg getopt-gnu gettime gettimeofday ignore-value intprops largefile lstat manywarnings mktime pselect pthread_sigmask readlink socklen stat-time stdalign stdarg stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timespec-add timespec-sub utimens warnings
40 40
41VPATH = @srcdir@ 41VPATH = @srcdir@
42pkgdatadir = $(datadir)/@PACKAGE@ 42pkgdatadir = $(datadir)/@PACKAGE@
@@ -65,9 +65,10 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ 65am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
66 $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/c-strtod.m4 \ 66 $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/c-strtod.m4 \
67 $(top_srcdir)/m4/clock_time.m4 $(top_srcdir)/m4/dup2.m4 \ 67 $(top_srcdir)/m4/clock_time.m4 $(top_srcdir)/m4/dup2.m4 \
68 $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/filemode.m4 \ 68 $(top_srcdir)/m4/environ.m4 $(top_srcdir)/m4/extensions.m4 \
69 $(top_srcdir)/m4/getloadavg.m4 $(top_srcdir)/m4/getopt.m4 \ 69 $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/getloadavg.m4 \
70 $(top_srcdir)/m4/gettime.m4 $(top_srcdir)/m4/gettimeofday.m4 \ 70 $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gettime.m4 \
71 $(top_srcdir)/m4/gettimeofday.m4 \
71 $(top_srcdir)/m4/gnulib-common.m4 \ 72 $(top_srcdir)/m4/gnulib-common.m4 \
72 $(top_srcdir)/m4/gnulib-comp.m4 \ 73 $(top_srcdir)/m4/gnulib-comp.m4 \
73 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inttypes.m4 \ 74 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inttypes.m4 \
diff --git a/autogen/aclocal.m4 b/autogen/aclocal.m4
index cc09901d05a..4d397b99b11 100644
--- a/autogen/aclocal.m4
+++ b/autogen/aclocal.m4
@@ -989,6 +989,7 @@ m4_include([m4/alloca.m4])
989m4_include([m4/c-strtod.m4]) 989m4_include([m4/c-strtod.m4])
990m4_include([m4/clock_time.m4]) 990m4_include([m4/clock_time.m4])
991m4_include([m4/dup2.m4]) 991m4_include([m4/dup2.m4])
992m4_include([m4/environ.m4])
992m4_include([m4/extensions.m4]) 993m4_include([m4/extensions.m4])
993m4_include([m4/filemode.m4]) 994m4_include([m4/filemode.m4])
994m4_include([m4/getloadavg.m4]) 995m4_include([m4/getloadavg.m4])
diff --git a/autogen/config.in b/autogen/config.in
index 5f5052c5205..f20c556c940 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -220,9 +220,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
220/* Define to 1 if ALSA is available. */ 220/* Define to 1 if ALSA is available. */
221#undef HAVE_ALSA 221#undef HAVE_ALSA
222 222
223/* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
224#undef HAVE_ATTRIBUTE_ALIGNED
225
226/* Define to 1 if strtold conforms to C99. */ 223/* Define to 1 if strtold conforms to C99. */
227#undef HAVE_C99_STRTOLD 224#undef HAVE_C99_STRTOLD
228 225
@@ -335,6 +332,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
335/* Define to 1 if you have the `endpwent' function. */ 332/* Define to 1 if you have the `endpwent' function. */
336#undef HAVE_ENDPWENT 333#undef HAVE_ENDPWENT
337 334
335/* Define if you have the declaration of environ. */
336#undef HAVE_ENVIRON_DECL
337
338/* Define to 1 if you have the `euidaccess' function. */ 338/* Define to 1 if you have the `euidaccess' function. */
339#undef HAVE_EUIDACCESS 339#undef HAVE_EUIDACCESS
340 340
diff --git a/autogen/configure b/autogen/configure
index 784b10593aa..13ffa90b2df 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -6948,6 +6948,7 @@ esac
6948 # Code from module dtoastr: 6948 # Code from module dtoastr:
6949 # Code from module dtotimespec: 6949 # Code from module dtotimespec:
6950 # Code from module dup2: 6950 # Code from module dup2:
6951 # Code from module environ:
6951 # Code from module extensions: 6952 # Code from module extensions:
6952 6953
6953 # Code from module filemode: 6954 # Code from module filemode:
@@ -8947,37 +8948,6 @@ fi
8947 8948
8948 8949
8949 8950
8950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5
8951$as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; }
8952if test "${emacs_cv_attribute_aligned+set}" = set; then :
8953 $as_echo_n "(cached) " >&6
8954else
8955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8956/* end confdefs.h. */
8957char __attribute__ ((__aligned__ (1 << 3))) c;
8958int
8959main ()
8960{
8961
8962 ;
8963 return 0;
8964}
8965_ACEOF
8966if ac_fn_c_try_compile "$LINENO"; then :
8967 emacs_cv_attribute_aligned=yes
8968else
8969 emacs_cv_attribute_aligned=no
8970fi
8971rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8972fi
8973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_attribute_aligned" >&5
8974$as_echo "$emacs_cv_attribute_aligned" >&6; }
8975if test $emacs_cv_attribute_aligned = yes; then
8976
8977$as_echo "#define HAVE_ATTRIBUTE_ALIGNED 1" >>confdefs.h
8978
8979fi
8980
8981 8951
8982DEPFLAGS= 8952DEPFLAGS=
8983MKDEPDIR=":" 8953MKDEPDIR=":"
@@ -16268,6 +16238,57 @@ $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h
16268 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0; 16238 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0;
16269 16239
16270 16240
16241
16242
16243
16244
16245
16246
16247
16248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if environ is properly declared" >&5
16249$as_echo_n "checking if environ is properly declared... " >&6; }
16250 if test "${gt_cv_var_environ_declaration+set}" = set; then :
16251 $as_echo_n "(cached) " >&6
16252else
16253
16254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16255/* end confdefs.h. */
16256#if HAVE_UNISTD_H
16257 #include <unistd.h>
16258 #endif
16259 /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>. */
16260 #include <stdlib.h>
16261
16262 extern struct { int foo; } environ;
16263int
16264main ()
16265{
16266environ.foo = 1;
16267 ;
16268 return 0;
16269}
16270_ACEOF
16271if ac_fn_c_try_compile "$LINENO"; then :
16272 gt_cv_var_environ_declaration=no
16273else
16274 gt_cv_var_environ_declaration=yes
16275fi
16276rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16277fi
16278
16279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_var_environ_declaration" >&5
16280$as_echo "$gt_cv_var_environ_declaration" >&6; }
16281 if test $gt_cv_var_environ_declaration = yes; then
16282
16283$as_echo "#define HAVE_ENVIRON_DECL 1" >>confdefs.h
16284
16285 fi
16286
16287
16288 if test $gt_cv_var_environ_declaration != yes; then
16289 HAVE_DECL_ENVIRON=0
16290 fi
16291
16271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5 16292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5
16272$as_echo_n "checking for st_dm_mode in struct stat... " >&6; } 16293$as_echo_n "checking for st_dm_mode in struct stat... " >&6; }
16273if test "${ac_cv_struct_st_dm_mode+set}" = set; then : 16294if test "${ac_cv_struct_st_dm_mode+set}" = set; then :
@@ -19897,6 +19918,18 @@ fi
19897 19918
19898 19919
19899 19920
19921 GNULIB_ENVIRON=1
19922
19923
19924
19925
19926
19927
19928
19929
19930
19931
19932
19900# Persuade glibc <stdlib.h> to declare getloadavg(). 19933# Persuade glibc <stdlib.h> to declare getloadavg().
19901 19934
19902 19935