Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3bf26e96
Commit
3bf26e96
authored
Nov 04, 2012
by
Glenn Morris
Browse files
Auto-commit of generated files.
parent
9749e2b0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
175 additions
and
28 deletions
+175
-28
autogen/Makefile.in
autogen/Makefile.in
+33
-28
autogen/aclocal.m4
autogen/aclocal.m4
+2
-0
autogen/config.in
autogen/config.in
+11
-0
autogen/configure
autogen/configure
+129
-0
No files found.
autogen/Makefile.in
View file @
3bf26e96
...
...
@@ -36,7 +36,7 @@
# the same distribution terms as the rest of that program.
#
# Generated by gnulib-tool.
# 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-ctype c-strcase careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo filemode getloadavg getopt-gnu gettime gettimeofday ignore-value intprops largefile lstat manywarnings mktime pselect pthread_sigmask readlink socklen stat-time stdalign stdarg stdbool stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timer-time timespec-add timespec-sub utimens warnings
# 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-ctype c-strcase careadlinkat
close-stream
crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo filemode getloadavg getopt-gnu gettime gettimeofday ignore-value intprops largefile lstat manywarnings mktime pselect pthread_sigmask readlink socklen stat-time stdalign stdarg stdbool stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timer-time timespec-add timespec-sub utimens warnings
VPATH
=
@srcdir@
pkgdatadir
=
$(datadir)
/@PACKAGE@
...
...
@@ -64,12 +64,14 @@ subdir = lib
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/m4/00gnulib.m4
\
$(top_srcdir)
/m4/alloca.m4
$(top_srcdir)
/m4/c-strtod.m4
\
$(top_srcdir)
/m4/clock_time.m4
$(top_srcdir)
/m4/dup2.m4
\
$(top_srcdir)
/m4/clock_time.m4
\
$(top_srcdir)
/m4/close-stream.m4
$(top_srcdir)
/m4/dup2.m4
\
$(top_srcdir)
/m4/environ.m4
$(top_srcdir)
/m4/execinfo.m4
\
$(top_srcdir)
/m4/extensions.m4
\
$(top_srcdir)
/m4/extern-inline.m4
$(top_srcdir)
/m4/filemode.m4
\
$(top_srcdir)
/m4/getloadavg.m4
$(top_srcdir)
/m4/getopt.m4
\
$(top_srcdir)
/m4/gettime.m4
$(top_srcdir)
/m4/gettimeofday.m4
\
$(top_srcdir)
/m4/fpending.m4
$(top_srcdir)
/m4/getloadavg.m4
\
$(top_srcdir)
/m4/getopt.m4
$(top_srcdir)
/m4/gettime.m4
\
$(top_srcdir)
/m4/gettimeofday.m4
\
$(top_srcdir)
/m4/gnulib-common.m4
\
$(top_srcdir)
/m4/gnulib-comp.m4
\
$(top_srcdir)
/m4/include_next.m4
$(top_srcdir)
/m4/inttypes.m4
\
...
...
@@ -111,17 +113,18 @@ libgnu_a_AR = $(AR) $(ARFLAGS)
am__DEPENDENCIES_1
=
am__libgnu_a_SOURCES_DIST
=
allocator.c c-ctype.h c-ctype.c
\
c-strcase.h c-strcasecmp.c c-strncasecmp.c careadlinkat.c
\
md5.c sha1.c sha256.c sha512.c dtoastr.c dtotimespec.c
\
filemode.c gettext.h gettime.c stat-time.c strftime.c
\
timespec.c timespec-add.c timespec-sub.c u64.c utimens.c
close-stream.c md5.c sha1.c sha256.c sha512.c dtoastr.c
\
dtotimespec.c filemode.c gettext.h gettime.c stat-time.c
\
strftime.c timespec.c timespec-add.c timespec-sub.c u64.c
\
utimens.c
am__objects_1
=
am_libgnu_a_OBJECTS
=
allocator.
$(OBJEXT)
c-ctype.
$(OBJEXT)
\
c-strcasecmp.
$(OBJEXT)
c-strncasecmp.
$(OBJEXT)
\
careadlinkat.
$(OBJEXT)
md5
.
$(OBJEXT)
sha1
.
$(OBJEXT)
\
sha256.
$(OBJEXT)
sha512.
$(OBJEXT)
dtoastr.
$(OBJEXT)
\
dtotimespec.
$(OBJEXT)
filemode.
$(OBJEXT)
$(am__objects_1)
\
gettime.
$(OBJEXT)
stat-time.
$(OBJEXT)
strftime.
$(OBJEXT)
\
timespec.
$(OBJEXT)
timespec-add.
$(OBJEXT)
\
careadlinkat.
$(OBJEXT)
close-stream
.
$(OBJEXT)
md5
.
$(OBJEXT)
\
sha1.
$(OBJEXT)
sha256.
$(OBJEXT)
sha512.
$(OBJEXT)
\
dtoastr.
$(OBJEXT)
dtotimespec.
$(OBJEXT)
filemode.
$(OBJEXT)
\
$(am__objects_1)
gettime.
$(OBJEXT)
stat-time.
$(OBJEXT)
\
strftime.
$(OBJEXT)
timespec.
$(OBJEXT)
timespec-add.
$(OBJEXT)
\
timespec-sub.
$(OBJEXT)
u64.
$(OBJEXT)
utimens.
$(OBJEXT)
libgnu_a_OBJECTS
=
$(am_libgnu_a_OBJECTS)
depcomp
=
$(SHELL)
$(top_srcdir)
/build-aux/depcomp
...
...
@@ -860,13 +863,13 @@ BUILT_SOURCES = $(ALLOCA_H) $(EXECINFO_H) $(GETOPT_H) inttypes.h \
signal.h arg-nonnull.h c++defs.h warn-on-use.h
$(STDALIGN_H)
\
$(STDARG_H)
$(STDBOOL_H)
$(STDDEF_H)
$(STDINT_H)
stdio.h
\
stdlib.h sys/select.h sys/stat.h sys/time.h time.h unistd.h
EXTRA_DIST
=
alloca.in.h allocator.h careadlinkat.h
md5.h sha1
.h
\
sha256.h sha512.h dosname.h ftoastr.c ftoastr.h
dup2.c
\
execinfo.c execinfo.in.h filemode.h
getloadavg.c getopt
.c
\
getopt.in.h
getopt
1
.c getopt
_
in
t
.h get
timeofday
.c
\
ignore-value.h intprops.h
inttypes.in.h lstat.c
\
mktime-internal.h mktime.c pathmax.h
pselect.c
\
pthread_sigmask.c readlink.c signal.in.h
\
EXTRA_DIST
=
alloca.in.h allocator.h careadlinkat.h
close-stream
.h
\
md5.h sha1.h
sha256.h sha512.h dosname.h ftoastr.c ftoastr.h
\
dup2.c
execinfo.c execinfo.in.h filemode.h
fpending
.c
\
fpending.h getloadavg.c
getopt.c getopt
.
in.h get
opt1
.c
\
getopt_int.h gettimeofday.c
ignore-value.h intprops.h
\
inttypes.in.h lstat.c
mktime-internal.h mktime.c pathmax.h
\
pselect.c
pthread_sigmask.c readlink.c signal.in.h
\
$(top_srcdir)
/build-aux/snippet/_Noreturn.h
\
$(top_srcdir)
/build-aux/snippet/arg-nonnull.h
\
$(top_srcdir)
/build-aux/snippet/c++defs.h
\
...
...
@@ -891,17 +894,17 @@ noinst_LIBRARIES = libgnu.a
AM_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
md5.c sha1
.c
\
sha256.c sha512.c dtoastr.c dtotimespec.c
filemode.c
\
$(am__append_1)
gettime.c stat-time.c strftime.c
timespec.c
\
timespec-add.c timespec-sub.c u64.c utimens.c
c-strcasecmp.c c-strncasecmp.c careadlinkat.c
close-stream
.c
\
md5.c sha1.c
sha256.c sha512.c dtoastr.c dtotimespec.c
\
filemode.c
$(am__append_1)
gettime.c stat-time.c strftime.c
\
timespec.c
timespec-add.c timespec-sub.c u64.c utimens.c
libgnu_a_LIBADD
=
$(gl_LIBOBJS)
libgnu_a_DEPENDENCIES
=
$(gl_LIBOBJS)
EXTRA_libgnu_a_SOURCES
=
ftoastr.c dup2.c execinfo.c
getloadav
g.c
\
getopt.c getopt1.c gettimeofday.c lstat.c
mktime.c pselect.c
\
pthread_sigmask.c readlink.c stat.c
strtoimax.c strtol.c
\
strtoll.c strtol.c strtoul.c strtoull.c
strtoimax.c
\
strtoumax.c symlink.c time_r.c
EXTRA_libgnu_a_SOURCES
=
ftoastr.c dup2.c execinfo.c
fpendin
g.c
\
getloadavg.c
getopt.c getopt1.c gettimeofday.c lstat.c
\
mktime.c pselect.c
pthread_sigmask.c readlink.c stat.c
\
strtoimax.c strtol.c
strtoll.c strtol.c strtoul.c strtoull.c
\
strtoimax.c
strtoumax.c symlink.c time_r.c
# Because this Makefile snippet defines a variable used by other
# gnulib Makefile snippets, it must be present in all Makefile.am that
...
...
@@ -964,11 +967,13 @@ distclean-compile:
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/c-strcasecmp.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/c-strncasecmp.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/careadlinkat.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/close-stream.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/dtoastr.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/dtotimespec.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/dup2.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/execinfo.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/filemode.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/fpending.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/ftoastr.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/getloadavg.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/getopt.Po@am__quote@
...
...
autogen/aclocal.m4
View file @
3bf26e96
...
...
@@ -988,12 +988,14 @@ m4_include([m4/00gnulib.m4])
m4_include([m4/alloca.m4])
m4_include([m4/c-strtod.m4])
m4_include([m4/clock_time.m4])
m4_include([m4/close-stream.m4])
m4_include([m4/dup2.m4])
m4_include([m4/environ.m4])
m4_include([m4/execinfo.m4])
m4_include([m4/extensions.m4])
m4_include([m4/extern-inline.m4])
m4_include([m4/filemode.m4])
m4_include([m4/fpending.m4])
m4_include([m4/getloadavg.m4])
m4_include([m4/getopt.m4])
m4_include([m4/gettime.m4])
...
...
autogen/config.in
View file @
3bf26e96
...
...
@@ -190,6 +190,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define this to enable glyphs debugging code. */
#undef GLYPH_DEBUG
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
whether the gnulib module close-stream shall be considered present. */
#undef GNULIB_CLOSE_STREAM
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
whether the gnulib module fscanf shall be considered present. */
#undef GNULIB_FSCANF
...
...
@@ -312,6 +316,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
*/
#undef HAVE_DECL_TZNAME
/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
don't. */
#undef HAVE_DECL___FPENDING
/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
don't. */
#undef HAVE_DECL___SYS_SIGLIST
...
...
@@ -1209,6 +1217,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Number of chars of output in the buffer of a stdio stream. */
#undef PENDING_OUTPUT_COUNT
/* the number of pending output bytes on stream 'fp' */
#undef PENDING_OUTPUT_N_BYTES
/* Define to empty to suppress deprecation warnings when building with
--enable-gcc-warnings and with libpng versions before 1.5, which lack
png_longjmp. */
...
...
autogen/configure
View file @
3bf26e96
...
...
@@ -3206,6 +3206,7 @@ as_fn_append ac_header_list " sys/un.h"
as_fn_append ac_func_list " tzset"
as_fn_append ac_func_list " readlinkat"
as_fn_append ac_header_list " execinfo.h"
as_fn_append ac_func_list " __fpending"
gl_getopt_required=GNU
as_fn_append ac_header_list " getopt.h"
as_fn_append ac_func_list " gettimeofday"
...
...
@@ -6958,6 +6959,7 @@ esac
# Code from module c-strcase:
# Code from module careadlinkat:
# Code from module clock-time:
# Code from module close-stream:
# Code from module crypto/md5:
# Code from module crypto/sha1:
# Code from module crypto/sha256:
...
...
@@ -6972,6 +6974,7 @@ esac
# Code from module extern-inline:
# Code from module filemode:
# Code from module fpending:
# Code from module getloadavg:
# Code from module getopt-gnu:
# Code from module getopt-posix:
...
...
@@ -16999,6 +17002,8 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
GNULIB__EXIT=0;
GNULIB_ATOLL=0;
GNULIB_CALLOC_POSIX=0;
...
...
@@ -20448,6 +20453,16 @@ done
LIBS=$gl_saved_libs
:
cat >>confdefs.h <<_ACEOF
#define GNULIB_CLOSE_STREAM 1
_ACEOF
:
...
...
@@ -20687,6 +20702,120 @@ fi
fp_headers='
# include <stdio.h>
# if HAVE_STDIO_EXT_H
# include <stdio_ext.h>
# endif
'
ac_fn_c_check_decl "$LINENO" "__fpending" "ac_cv_have_decl___fpending" "$fp_headers
"
if test "x$ac_cv_have_decl___fpending" = x""yes; then :
ac_have_decl=1
else
ac_have_decl=0
fi
cat >>confdefs.h <<_ACEOF
#define HAVE_DECL___FPENDING $ac_have_decl
_ACEOF
if test $ac_cv_func___fpending = no; then
gl_LIBOBJS="$gl_LIBOBJS fpending.$ac_objext"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to determine the number of pending output bytes on a stream" >&5
$as_echo_n "checking how to determine the number of pending output bytes on a stream... " >&6; }
if test "${ac_cv_sys_pending_output_n_bytes+set}" = set; then :
$as_echo_n "(cached) " >&6
else
for ac_expr in \
\
'# glibc2' \
'fp->_IO_write_ptr - fp->_IO_write_base' \
\
'# traditional Unix' \
'fp->_ptr - fp->_base' \
\
'# BSD' \
'fp->_p - fp->_bf._base' \
\
'# SCO, Unixware' \
'(fp->__ptr ? fp->__ptr - fp->__base : 0)' \
\
'# QNX' \
'(fp->_Mode & 0x2000 /*_MWRITE*/ ? fp->_Next - fp->_Buf : 0)' \
\
'# old glibc?' \
'fp->__bufp - fp->__buffer' \
\
'# old glibc iostream?' \
'fp->_pptr - fp->_pbase' \
\
'# emx+gcc' \
'fp->_ptr - fp->_buffer' \
\
'# Minix' \
'fp->_ptr - fp->_buf' \
\
'# Plan9' \
'fp->wp - fp->buf' \
\
'# VMS' \
'(*fp)->_ptr - (*fp)->_base' \
\
'# e.g., DGUX R4.11; the info is not available' \
1 \
; do
# Skip each embedded comment.
case "$ac_expr" in '#'*) continue;; esac
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdio.h>
int
main ()
{
FILE *fp = stdin; (void) ($ac_expr);
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
fp_done=yes
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
test "$fp_done" = yes && break
done
ac_cv_sys_pending_output_n_bytes=$ac_expr
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_pending_output_n_bytes" >&5
$as_echo "$ac_cv_sys_pending_output_n_bytes" >&6; }
cat >>confdefs.h <<_ACEOF
#define PENDING_OUTPUT_N_BYTES $ac_cv_sys_pending_output_n_bytes
_ACEOF
fi
# Persuade glibc <stdlib.h> to declare getloadavg().
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment