aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-01-11 22:13:06 -0800
committerPaul Eggert2011-01-11 22:13:06 -0800
commitf737437b23c75bb6924021df14b4f740ce370b21 (patch)
treea8942a6d42625460682b532032f4af3ceea1ad73
parentecbfcc83bf862f5f9d78ad9100c89c44cde8d4a3 (diff)
downloademacs-f737437b23c75bb6924021df14b4f740ce370b21.tar.gz
emacs-f737437b23c75bb6924021df14b4f740ce370b21.zip
Regenerate.
-rwxr-xr-xconfigure6
-rw-r--r--lib/Makefile.in17
-rw-r--r--lib/gnulib.mk12
-rw-r--r--lib/ldtoastr.c2
-rw-r--r--m4/gnulib-cache.m44
-rw-r--r--m4/gnulib-comp.m47
6 files changed, 24 insertions, 24 deletions
diff --git a/configure b/configure
index a2a1d549b95..49dc050e7bc 100755
--- a/configure
+++ b/configure
@@ -5808,9 +5808,9 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5808 5808
5809 # Code from module arg-nonnull: 5809 # Code from module arg-nonnull:
5810 # Code from module c++defs: 5810 # Code from module c++defs:
5811 # Code from module dtoastr:
5811 # Code from module extensions: 5812 # Code from module extensions:
5812 5813
5813 # Code from module ftoastr:
5814 # Code from module getopt-gnu: 5814 # Code from module getopt-gnu:
5815 # Code from module getopt-posix: 5815 # Code from module getopt-posix:
5816 # Code from module gettext-h: 5816 # Code from module gettext-h:
@@ -14642,9 +14642,9 @@ fi
14642 gl_source_base='lib' 14642 gl_source_base='lib'
14643 # Code from module arg-nonnull: 14643 # Code from module arg-nonnull:
14644 # Code from module c++defs: 14644 # Code from module c++defs:
14645 # Code from module extensions: 14645 # Code from module dtoastr:
14646 # Code from module ftoastr:
14647 14646
14647 # Code from module extensions:
14648 # Code from module getopt-gnu: 14648 # Code from module getopt-gnu:
14649 14649
14650 14650
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 93b9f3aa270..49a87ced4c5 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -24,7 +24,7 @@
24# the same distribution terms as the rest of that program. 24# the same distribution terms as the rest of that program.
25# 25#
26# Generated by gnulib-tool. 26# Generated by gnulib-tool.
27# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files ftoastr getopt-gnu mktime 27# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files dtoastr getopt-gnu mktime
28 28
29VPATH = @srcdir@ 29VPATH = @srcdir@
30pkgdatadir = $(datadir)/@PACKAGE@ 30pkgdatadir = $(datadir)/@PACKAGE@
@@ -69,8 +69,7 @@ AR = ar
69ARFLAGS = cru 69ARFLAGS = cru
70libgnu_a_AR = $(AR) $(ARFLAGS) 70libgnu_a_AR = $(AR) $(ARFLAGS)
71am__DEPENDENCIES_1 = 71am__DEPENDENCIES_1 =
72am_libgnu_a_OBJECTS = ftoastr.$(OBJEXT) dtoastr.$(OBJEXT) \ 72am_libgnu_a_OBJECTS = dtoastr.$(OBJEXT)
73 ldtoastr.$(OBJEXT)
74libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) 73libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
75depcomp = $(SHELL) $(top_srcdir)/depcomp 74depcomp = $(SHELL) $(top_srcdir)/depcomp
76am__depfiles_maybe = depfiles 75am__depfiles_maybe = depfiles
@@ -471,19 +470,20 @@ x_default_search_path = @x_default_search_path@
471BUILT_SOURCES = arg-nonnull.h c++defs.h $(GETOPT_H) $(STDDEF_H) time.h \ 470BUILT_SOURCES = arg-nonnull.h c++defs.h $(GETOPT_H) $(STDDEF_H) time.h \
472 unistd.h warn-on-use.h 471 unistd.h warn-on-use.h
473EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \ 472EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \
474 getopt.c getopt.in.h getopt1.c getopt_int.h intprops.h \ 473 ftoastr.c ftoastr.h getopt.c getopt.in.h getopt1.c \
475 mktime-internal.h mktime.c stddef.in.h time.in.h time_r.c \ 474 getopt_int.h intprops.h mktime-internal.h mktime.c stddef.in.h \
476 unistd.in.h $(top_srcdir)/./warn-on-use.h 475 time.in.h time_r.c unistd.in.h $(top_srcdir)/./warn-on-use.h
477MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ 476MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \
478 c++defs.h c++defs.h-t getopt.h getopt.h-t stddef.h stddef.h-t \ 477 c++defs.h c++defs.h-t getopt.h getopt.h-t stddef.h stddef.h-t \
479 time.h time.h-t unistd.h unistd.h-t warn-on-use.h \ 478 time.h time.h-t unistd.h unistd.h-t warn-on-use.h \
480 warn-on-use.h-t 479 warn-on-use.h-t
481noinst_LIBRARIES = libgnu.a 480noinst_LIBRARIES = libgnu.a
482DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src 481DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
483libgnu_a_SOURCES = ftoastr.h ftoastr.c dtoastr.c ldtoastr.c gettext.h 482libgnu_a_SOURCES = dtoastr.c gettext.h
484libgnu_a_LIBADD = $(gl_LIBOBJS) 483libgnu_a_LIBADD = $(gl_LIBOBJS)
485libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) 484libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
486EXTRA_libgnu_a_SOURCES = getopt.c getopt1.c mktime.c time_r.c 485EXTRA_libgnu_a_SOURCES = ftoastr.c getopt.c getopt1.c mktime.c \
486 time_r.c
487ARG_NONNULL_H = arg-nonnull.h 487ARG_NONNULL_H = arg-nonnull.h
488CXXDEFS_H = c++defs.h 488CXXDEFS_H = c++defs.h
489WARN_ON_USE_H = warn-on-use.h 489WARN_ON_USE_H = warn-on-use.h
@@ -540,7 +540,6 @@ distclean-compile:
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftoastr.Po@am__quote@ 540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftoastr.Po@am__quote@
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ 541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ 542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldtoastr.Po@am__quote@
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@ 543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@ 544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@
546 545
diff --git a/lib/gnulib.mk b/lib/gnulib.mk
index f7f1aae5ca2..f1b5d236e21 100644
--- a/lib/gnulib.mk
+++ b/lib/gnulib.mk
@@ -9,7 +9,7 @@
9# the same distribution terms as the rest of that program. 9# the same distribution terms as the rest of that program.
10# 10#
11# Generated by gnulib-tool. 11# Generated by gnulib-tool.
12# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files ftoastr getopt-gnu mktime 12# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files dtoastr getopt-gnu mktime
13 13
14 14
15MOSTLYCLEANFILES += core *.stackdump 15MOSTLYCLEANFILES += core *.stackdump
@@ -69,11 +69,15 @@ EXTRA_DIST += $(top_srcdir)/./c++defs.h
69 69
70## end gnulib module c++defs 70## end gnulib module c++defs
71 71
72## begin gnulib module ftoastr 72## begin gnulib module dtoastr
73 73
74libgnu_a_SOURCES += ftoastr.h ftoastr.c dtoastr.c ldtoastr.c 74libgnu_a_SOURCES += dtoastr.c
75 75
76## end gnulib module ftoastr 76EXTRA_DIST += ftoastr.c ftoastr.h
77
78EXTRA_libgnu_a_SOURCES += ftoastr.c
79
80## end gnulib module dtoastr
77 81
78## begin gnulib module getopt-posix 82## begin gnulib module getopt-posix
79 83
diff --git a/lib/ldtoastr.c b/lib/ldtoastr.c
deleted file mode 100644
index bf54a3582e3..00000000000
--- a/lib/ldtoastr.c
+++ /dev/null
@@ -1,2 +0,0 @@
1#define LENGTH 3
2#include "ftoastr.c"
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index f04d2fdfaa9..4a2928d966d 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -15,12 +15,12 @@
15 15
16 16
17# Specification in the form of a command-line invocation: 17# Specification in the form of a command-line invocation:
18# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files ftoastr getopt-gnu mktime 18# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files dtoastr getopt-gnu mktime
19 19
20# Specification in the form of a few gnulib-tool.m4 macro invocations: 20# Specification in the form of a few gnulib-tool.m4 macro invocations:
21gl_LOCAL_DIR([]) 21gl_LOCAL_DIR([])
22gl_MODULES([ 22gl_MODULES([
23 ftoastr 23 dtoastr
24 getopt-gnu 24 getopt-gnu
25 mktime 25 mktime
26]) 26])
diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4
index fa0a9964073..32d3cce4307 100644
--- a/m4/gnulib-comp.m4
+++ b/m4/gnulib-comp.m4
@@ -28,9 +28,9 @@ AC_DEFUN([gl_EARLY],
28 AC_REQUIRE([AC_PROG_RANLIB]) 28 AC_REQUIRE([AC_PROG_RANLIB])
29 # Code from module arg-nonnull: 29 # Code from module arg-nonnull:
30 # Code from module c++defs: 30 # Code from module c++defs:
31 # Code from module dtoastr:
31 # Code from module extensions: 32 # Code from module extensions:
32 AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) 33 AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
33 # Code from module ftoastr:
34 # Code from module getopt-gnu: 34 # Code from module getopt-gnu:
35 # Code from module getopt-posix: 35 # Code from module getopt-posix:
36 # Code from module gettext-h: 36 # Code from module gettext-h:
@@ -63,9 +63,9 @@ AC_DEFUN([gl_INIT],
63 gl_source_base='lib' 63 gl_source_base='lib'
64 # Code from module arg-nonnull: 64 # Code from module arg-nonnull:
65 # Code from module c++defs: 65 # Code from module c++defs:
66 # Code from module extensions: 66 # Code from module dtoastr:
67 # Code from module ftoastr:
68 AC_REQUIRE([gl_C99_STRTOLD]) 67 AC_REQUIRE([gl_C99_STRTOLD])
68 # Code from module extensions:
69 # Code from module getopt-gnu: 69 # Code from module getopt-gnu:
70 gl_FUNC_GETOPT_GNU 70 gl_FUNC_GETOPT_GNU
71 gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu]) 71 gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu])
@@ -243,7 +243,6 @@ AC_DEFUN([gl_FILE_LIST], [
243 lib/getopt_int.h 243 lib/getopt_int.h
244 lib/gettext.h 244 lib/gettext.h
245 lib/intprops.h 245 lib/intprops.h
246 lib/ldtoastr.c
247 lib/mktime-internal.h 246 lib/mktime-internal.h
248 lib/mktime.c 247 lib/mktime.c
249 lib/stddef.in.h 248 lib/stddef.in.h