gnulib.git
15 years agoMention glibc function 'fallocate'.
Pádraig Brady [Fri, 22 May 2009 10:54:02 +0000 (12:54 +0200)]
Mention glibc function 'fallocate'.

15 years agoRemove redundant m4_quote invocations.
Bruno Haible [Thu, 21 May 2009 17:19:02 +0000 (19:19 +0200)]
Remove redundant m4_quote invocations.

15 years agoSecond attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
Eric Blake [Thu, 21 May 2009 14:48:12 +0000 (16:48 +0200)]
Second attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.

15 years agoAvoid redefinition warnings for SIZE_MAX.
Bruno Haible [Thu, 21 May 2009 13:15:09 +0000 (15:15 +0200)]
Avoid redefinition warnings for SIZE_MAX.

15 years agoSimplify m4 code.
Bruno Haible [Thu, 21 May 2009 12:57:15 +0000 (14:57 +0200)]
Simplify m4 code.

15 years agoMake zeroptr.h work on mingw.
Bruno Haible [Wed, 20 May 2009 11:26:51 +0000 (13:26 +0200)]
Make zeroptr.h work on mingw.

15 years agotests/test-glob.c: Include string.h for strcmp prototype.
Simon Josefsson [Wed, 20 May 2009 07:43:43 +0000 (09:43 +0200)]
tests/test-glob.c: Include string.h for strcmp prototype.

15 years agogetdelim: Use SIZE_MAX from stdint.h.
Simon Josefsson [Wed, 20 May 2009 07:36:35 +0000 (09:36 +0200)]
getdelim: Use SIZE_MAX from stdint.h.

15 years agosys_socket: MinGW and IRIX does not have sa_family_t type.
Simon Josefsson [Wed, 20 May 2009 06:52:49 +0000 (08:52 +0200)]
sys_socket: MinGW and IRIX does not have sa_family_t type.
Reported by "Tom G. Christensen" <tgc@jupiterrise.com>.

15 years agoautoupdate
Karl Berry [Mon, 18 May 2009 13:38:50 +0000 (06:38 -0700)]
autoupdate

15 years agomaint.mk: allow gnulib_dir in VPATH build
Eric Blake [Mon, 18 May 2009 12:12:37 +0000 (06:12 -0600)]
maint.mk: allow gnulib_dir in VPATH build

* top/maint.mk (gnulib_dir): Make relative to $(srcdir).

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agoupdate from texinfo
Karl Berry [Sun, 17 May 2009 13:18:00 +0000 (06:18 -0700)]
update from texinfo

15 years agomaint.mk: Give gnulib_dir a default definition.
Jim Meyering [Fri, 15 May 2009 13:00:44 +0000 (15:00 +0200)]
maint.mk: Give gnulib_dir a default definition.

* top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
Thus, most packages no longer need to specify this variable in cfg.mk

15 years agorename.m4: fix typos that would make non-mingw cross-configure fail
Tom Prince [Thu, 14 May 2009 04:35:34 +0000 (00:35 -0400)]
rename.m4: fix typos that would make non-mingw cross-configure fail

* m4/rename.m4 (gl_FUNC_RENAME): Fix typos.

15 years agommap-anon: avoid out-of-order autoconf expansion
Eric Blake [Thu, 14 May 2009 02:38:30 +0000 (20:38 -0600)]
mmap-anon: avoid out-of-order autoconf expansion

* m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
* modules/memchr-tests (Depends-on): Add extensions.
* modules/memchr2-tests (Depends-on): Add extensions.
* modules/memcmp-tests (Depends-on): Add extensions.
* modules/memmem-tests (Depends-on): Add extensions.
* modules/memrchr-tests (Depends-on): Add extensions.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agoMake some tests ISO C 99 compliant.
Bruno Haible [Wed, 13 May 2009 23:39:07 +0000 (01:39 +0200)]
Make some tests ISO C 99 compliant.

15 years agoTests for module 'alignof'.
Bruno Haible [Wed, 13 May 2009 01:23:42 +0000 (03:23 +0200)]
Tests for module 'alignof'.

15 years agoFix alignof macro.
Bruno Haible [Wed, 13 May 2009 01:20:17 +0000 (03:20 +0200)]
Fix alignof macro.

15 years agoRevert "Use module 'alignof'." commit.
Bruno Haible [Wed, 13 May 2009 01:17:29 +0000 (03:17 +0200)]
Revert "Use module 'alignof'." commit.

15 years agoMake the MAP_ANONYMOUS detection work on HP-UX 11.
Bruno Haible [Wed, 13 May 2009 00:37:05 +0000 (02:37 +0200)]
Make the MAP_ANONYMOUS detection work on HP-UX 11.

15 years agoAdd comments.
Bruno Haible [Wed, 13 May 2009 00:03:30 +0000 (02:03 +0200)]
Add comments.

15 years ago* top/maint.mk: Adjust backslash alignment.
Jim Meyering [Tue, 12 May 2009 06:15:54 +0000 (08:15 +0200)]
* top/maint.mk: Adjust backslash alignment.

15 years agotop/maint.mk: Make $(srcdir)/build-aux configurable.
Simon Josefsson [Mon, 11 May 2009 13:23:05 +0000 (15:23 +0200)]
top/maint.mk: Make $(srcdir)/build-aux configurable.

15 years agoargp: avoid undefined behavior
Eric Blake [Mon, 11 May 2009 11:54:20 +0000 (05:54 -0600)]
argp: avoid undefined behavior

* lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
macros.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agotests/test-vc-list-files-git.sh: Avoid git config complaints.
Simon Josefsson [Sun, 10 May 2009 19:54:23 +0000 (21:54 +0200)]
tests/test-vc-list-files-git.sh: Avoid git config complaints.

15 years agoFix the rewriting rules for file names.
Bruno Haible [Sun, 10 May 2009 14:50:39 +0000 (16:50 +0200)]
Fix the rewriting rules for file names.

15 years agoDon't use undefined macro 'max'.
Bruno Haible [Fri, 8 May 2009 22:01:36 +0000 (00:01 +0200)]
Don't use undefined macro 'max'.

15 years agom4/sys_socket_h.m4: Test for ws2tcpip.h earlier.
Simon Josefsson [Fri, 8 May 2009 18:34:18 +0000 (20:34 +0200)]
m4/sys_socket_h.m4: Test for ws2tcpip.h earlier.

15 years agoRevert "modules/alignof (Makefile.am): Dist alignof.h."
Simon Josefsson [Fri, 8 May 2009 15:08:35 +0000 (17:08 +0200)]
Revert "modules/alignof (Makefile.am): Dist alignof.h."

This reverts commit 0773c46ee42a43177fa958f2437a8c45e748cc06.

15 years agomodules/alignof (Makefile.am): Dist alignof.h.
Simon Josefsson [Fri, 8 May 2009 15:06:26 +0000 (17:06 +0200)]
modules/alignof (Makefile.am): Dist alignof.h.

15 years agosys_socket: Define sockaddr_storage.
Simon Josefsson [Fri, 8 May 2009 14:21:34 +0000 (16:21 +0200)]
sys_socket: Define sockaddr_storage.

15 years agoUse module 'alignof'.
Bruno Haible [Fri, 8 May 2009 11:21:34 +0000 (13:21 +0200)]
Use module 'alignof'.

15 years agoNew module 'alignof'.
Bruno Haible [Fri, 8 May 2009 11:19:41 +0000 (13:19 +0200)]
New module 'alignof'.

15 years agoautoupdate
Karl Berry [Tue, 5 May 2009 12:40:15 +0000 (05:40 -0700)]
autoupdate

15 years agoFix test-file-has-acl on FreeBSD.
David Bartley [Mon, 4 May 2009 10:19:25 +0000 (12:19 +0200)]
Fix test-file-has-acl on FreeBSD.

15 years agoExploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
Bruno Haible [Mon, 4 May 2009 09:50:43 +0000 (11:50 +0200)]
Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.

15 years agoNew module glob-tests.
Simon Josefsson [Mon, 4 May 2009 07:15:34 +0000 (09:15 +0200)]
New module glob-tests.

15 years agoNew module fnmatch-tests.
Simon Josefsson [Mon, 4 May 2009 06:39:37 +0000 (08:39 +0200)]
New module fnmatch-tests.

15 years agomaint: make the new no-submodule-changes rule VPATH-safe
Eric Blake [Sun, 3 May 2009 13:39:00 +0000 (15:39 +0200)]
maint: make the new no-submodule-changes rule VPATH-safe

* top/maint.mk (no-submodule-changes): Don't assume a srcdir build.

15 years agoacl: Fix infinite loop on FreeBSD.
David Bartley [Mon, 4 May 2009 01:30:54 +0000 (03:30 +0200)]
acl: Fix infinite loop on FreeBSD.

15 years agoClarify acl_entries.
Bruno Haible [Mon, 4 May 2009 00:36:07 +0000 (02:36 +0200)]
Clarify acl_entries.

15 years agoBug fix in acl module.
David Bartley [Mon, 4 May 2009 00:24:16 +0000 (02:24 +0200)]
Bug fix in acl module.

15 years agoCreate gperf-generated files in the source dir, not in the build dir.
Bruno Haible [Mon, 4 May 2009 00:03:30 +0000 (02:03 +0200)]
Create gperf-generated files in the source dir, not in the build dir.

15 years agoUndo 2009-05-01 patch.
Bruno Haible [Sun, 3 May 2009 23:48:05 +0000 (01:48 +0200)]
Undo 2009-05-01 patch.

15 years agoMove the fnmatch-posix module into the fnmatch module.
Bruno Haible [Sun, 3 May 2009 22:32:52 +0000 (00:32 +0200)]
Move the fnmatch-posix module into the fnmatch module.

15 years agoAvoid warning about use AC_REQUIRE in recent autoconf.
Bruno Haible [Sun, 3 May 2009 22:25:06 +0000 (00:25 +0200)]
Avoid warning about use AC_REQUIRE in recent autoconf.

15 years agom4/fnmatch.m4: Fix fnmatch re-define.
Simon Josefsson [Sun, 3 May 2009 22:04:23 +0000 (00:04 +0200)]
m4/fnmatch.m4: Fix fnmatch re-define.

15 years agopriv-set: new module and accompanying tests; adapt write-any-file
David Bartley [Wed, 29 Apr 2009 07:52:26 +0000 (03:52 -0400)]
priv-set: new module and accompanying tests; adapt write-any-file

* lib/priv-set.c: New file.
* lib/priv-set.h: New file.
* lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
* lib/write-any-file.c: Simplify by using priv-set module.
* m4/priv-set.m4: New file.
* modules/priv-set: New file.
* modules/unlinkdir: Add dependency on priv-set module.
* modules/write-any-file: Likewise.
These changes address a problem that originally arose with GNU tar:
http://thread.gmane.org/gmane.comp.gnu.tar.bugs/3242

Tests for module 'priv-set'.
* modules/priv-set-tests: New file.

15 years agoIgnore no-op translations.
Jim Meyering [Sun, 3 May 2009 12:32:16 +0000 (14:32 +0200)]
Ignore no-op translations.

15 years agotests: tighten some getdate tests
Jim Meyering [Sun, 3 May 2009 07:17:53 +0000 (09:17 +0200)]
tests: tighten some getdate tests

* tests/test-getdate.c (main): Tighten tests: require equality,
not just greater than.  Set TZ envvar to UTC0.

15 years agogetdate: correctly interpret "next monday" when run on a Monday
Giuseppe Scrivano [Fri, 1 May 2009 07:23:20 +0000 (09:23 +0200)]
getdate: correctly interpret "next monday" when run on a Monday

* lib/getdate.y (get_date): Correct the calculation of tm_mday so
that e.g., "next tues" (when run on a tuesday) results in a date
that is one week in the future, and not today's date.
I.e., add a week when the wday is the same as the current one.
Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
and earlier by Martin Bernreuther and Jan Minář.
* tests/test-getdate.c (main): Check that "next DAY" is always in
the future and that "last DAY" is always in the past.

15 years agobuild: ensure that a release build fails when a submodule is unclean
Jim Meyering [Sat, 2 May 2009 20:20:10 +0000 (22:20 +0200)]
build: ensure that a release build fails when a submodule is unclean

* top/maint.mk (no-submodule-changes): New rule.
(alpha beta major): Depend on it.

15 years agoRemove incompatibility between modules fnmatch-posix and fnmatch-gnu.
Bruno Haible [Sat, 2 May 2009 11:40:19 +0000 (13:40 +0200)]
Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.

15 years agoRelicense mbsrtowcs and strnlen1 under LGPLv2+.
Bruno Haible [Sat, 2 May 2009 10:33:44 +0000 (12:33 +0200)]
Relicense mbsrtowcs and strnlen1 under LGPLv2+.

15 years agoModernize fnmatch detection macro.
Bruno Haible [Sat, 2 May 2009 10:19:40 +0000 (12:19 +0200)]
Modernize fnmatch detection macro.

15 years agoFix last ChangeLog entry: no .PHONY was added.
Bruno Haible [Sat, 2 May 2009 09:34:20 +0000 (11:34 +0200)]
Fix last ChangeLog entry: no .PHONY was added.

15 years agoUse automake *-local hooks without commands, for extensibility.
Ralf Wildenhues [Sat, 2 May 2009 07:10:20 +0000 (09:10 +0200)]
Use automake *-local hooks without commands, for extensibility.

* modules/localcharset (Makefile.am): Rename install-exec-local
rule to install-exec-localcharset, mark it phony, and make it a
prerequisite of install-exec-local.  Likewise, rename the
uninstall-local rule to uninstall-localcharset, mark phony, and
make it a prerequisite of the former.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15 years agoMake it possible for the first build to be a VPATH build.
Bruno Haible [Fri, 1 May 2009 21:36:40 +0000 (23:36 +0200)]
Make it possible for the first build to be a VPATH build.

15 years agoReplace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.
Bruno Haible [Fri, 1 May 2009 16:01:52 +0000 (18:01 +0200)]
Replace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.

15 years agoAvoid compiler warnings when redefining macros defined by <libintl.h>.
Bruno Haible [Fri, 1 May 2009 14:13:51 +0000 (16:13 +0200)]
Avoid compiler warnings when redefining macros defined by <libintl.h>.

15 years agoFix compilation error introduced on 2009-04-25.
Bruno Haible [Thu, 30 Apr 2009 11:03:29 +0000 (13:03 +0200)]
Fix compilation error introduced on 2009-04-25.

15 years agoautoupdate
Karl Berry [Wed, 29 Apr 2009 17:03:37 +0000 (10:03 -0700)]
autoupdate

15 years agoComment tweaks.
Bruno Haible [Wed, 29 Apr 2009 01:02:27 +0000 (03:02 +0200)]
Comment tweaks.

15 years agoFix a compilation error.
Bruno Haible [Tue, 28 Apr 2009 22:46:58 +0000 (00:46 +0200)]
Fix a compilation error.

15 years agoautoupdate
Karl Berry [Tue, 28 Apr 2009 13:15:50 +0000 (06:15 -0700)]
autoupdate

15 years agoNew module 'libunistring'.
Bruno Haible [Mon, 27 Apr 2009 21:37:25 +0000 (23:37 +0200)]
New module 'libunistring'.

15 years agomaint.mk: allow package-specific header to provide <config.h>
Eric Blake [Mon, 27 Apr 2009 14:36:55 +0000 (08:36 -0600)]
maint.mk: allow package-specific header to provide <config.h>

* top/maint.mk (sc_require_config_h): New variable.
(sc_require_config_h, sc_require_config_h_first): Use it.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agotop/maint.mk (sc_avoid_if_before_free): Except useless-if-before-free script.
Simon Josefsson [Mon, 27 Apr 2009 13:25:50 +0000 (15:25 +0200)]
top/maint.mk (sc_avoid_if_before_free): Except useless-if-before-free script.

15 years agomaintainer-makefile: depend on all required helper scripts
Eric Blake [Mon, 27 Apr 2009 12:27:04 +0000 (06:27 -0600)]
maintainer-makefile: depend on all required helper scripts

* modules/maintainer-makefile (Depends-on): Add vc-list-files and
useless-if-before-free.
* top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
version, rather than assuming gnulib checkout is available.
Reported by Simen Josefsson.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agoMake the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
Bruno Haible [Sun, 26 Apr 2009 16:59:33 +0000 (18:59 +0200)]
Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".

15 years agoSimplify gl_LIBSIGSEGV.
Bruno Haible [Sun, 26 Apr 2009 16:10:08 +0000 (18:10 +0200)]
Simplify gl_LIBSIGSEGV.

15 years agoCorrect last commits.
Bruno Haible [Sun, 26 Apr 2009 14:54:18 +0000 (16:54 +0200)]
Correct last commits.

15 years agoCorrect last commit.
Bruno Haible [Sun, 26 Apr 2009 14:49:15 +0000 (16:49 +0200)]
Correct last commit.

15 years agoCorrect last commit.
Bruno Haible [Sun, 26 Apr 2009 14:48:03 +0000 (16:48 +0200)]
Correct last commit.

15 years agoSimplify calling convention of u*_conv_from_encoding.
Bruno Haible [Sun, 26 Apr 2009 14:43:25 +0000 (16:43 +0200)]
Simplify calling convention of u*_conv_from_encoding.

15 years agoTrivial simplification of last commit.
Bruno Haible [Sun, 26 Apr 2009 13:48:57 +0000 (15:48 +0200)]
Trivial simplification of last commit.

15 years agoSimplify calling convention of u*_conv_to_encoding.
Bruno Haible [Sun, 26 Apr 2009 13:31:18 +0000 (15:31 +0200)]
Simplify calling convention of u*_conv_to_encoding.

15 years agoAvoid test failures on AIX and OSF/1.
Bruno Haible [Sun, 26 Apr 2009 10:24:08 +0000 (12:24 +0200)]
Avoid test failures on AIX and OSF/1.

15 years agoRequire a POSIX compliant malloc().
Bruno Haible [Sun, 26 Apr 2009 10:00:43 +0000 (12:00 +0200)]
Require a POSIX compliant malloc().

15 years agoAvoid link error when creating a namespace clean library.
Bruno Haible [Sat, 25 Apr 2009 15:22:50 +0000 (17:22 +0200)]
Avoid link error when creating a namespace clean library.

15 years agovc-list-files: fix another quoting bug
Jim Meyering [Sat, 25 Apr 2009 13:32:33 +0000 (15:32 +0200)]
vc-list-files: fix another quoting bug

* build-aux/vc-list-files: Avoid sed backslash expansion
of pathological directory names.

15 years agovc-list-files: fix shell quoting error
Eric Blake [Sat, 25 Apr 2009 13:15:12 +0000 (07:15 -0600)]
vc-list-files: fix shell quoting error

* build-aux/vc-list-files: Protect against $ in $dir.  Normalize
timestamp.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agovc-list-files: restore lost functionality with subdir argument
Jim Meyering [Sat, 25 Apr 2009 08:23:53 +0000 (10:23 +0200)]
vc-list-files: restore lost functionality with subdir argument

* build-aux/vc-list-files: When given a non-"." sub-directory
argument, substitute the $dir/ prefix back onto each resulting name.
Otherwise, coreutils' root_tests check would fail.

15 years agovc-list-files: ignore git symlinks
Eric Blake [Fri, 24 Apr 2009 20:58:02 +0000 (14:58 -0600)]
vc-list-files: ignore git symlinks

* build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
than ls-files, to ignore git symlinks.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agomaint.mk: import improvements from m4
Eric Blake [Fri, 24 Apr 2009 20:57:01 +0000 (14:57 -0600)]
maint.mk: import improvements from m4

* top/maint.mk (VC-tag): Use signing key from cfg.mk.
(move_if_change): Delete unused macro.
(news-date-check, vc-diff-check): Support VPATH builds.
(announcement): Likewise.  Split --bootstrap-tools list...
(boostrap-tools): ...into separate list, which can be overridden
in cfg.mk.
(sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
requiring dependency on useless-if-before-free module.
(VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
Support VPATH builds.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agomaint.mk: remove coreutils-specific rules and variables
Jim Meyering [Fri, 24 Apr 2009 18:45:37 +0000 (20:45 +0200)]
maint.mk: remove coreutils-specific rules and variables

* top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
(fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
(t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.

15 years agomaint.mk: remove obsolete rule
Jim Meyering [Fri, 24 Apr 2009 18:27:52 +0000 (20:27 +0200)]
maint.mk: remove obsolete rule

* top/maint.mk (rel-check): Remove rule.
(WGET, WGETFLAGS): Remove now-unused variables.

15 years agotop/maint.mk (makefile-check): Renamed to sc_makefile_check for consistency.
Simon Josefsson [Fri, 24 Apr 2009 07:57:11 +0000 (09:57 +0200)]
top/maint.mk (makefile-check): Renamed to sc_makefile_check for consistency.

15 years agovc-list-files-tests: Use $(PATH_SEPARATOR) instead of :.
Simon Josefsson [Fri, 24 Apr 2009 07:38:49 +0000 (09:38 +0200)]
vc-list-files-tests: Use $(PATH_SEPARATOR) instead of :.

15 years agogetopt: Use const for constant data.
Simon Josefsson [Fri, 24 Apr 2009 06:50:50 +0000 (08:50 +0200)]
getopt: Use const for constant data.

15 years agoSync maint.mk with coreutils.
Simon Josefsson [Thu, 23 Apr 2009 22:53:35 +0000 (00:53 +0200)]
Sync maint.mk with coreutils.

15 years agoautoupdate
Karl Berry [Thu, 23 Apr 2009 13:16:03 +0000 (06:16 -0700)]
autoupdate

15 years agoFix cross-compilation results.
Bruno Haible [Thu, 23 Apr 2009 01:35:20 +0000 (03:35 +0200)]
Fix cross-compilation results.

15 years agoautoupdate
Karl Berry [Wed, 22 Apr 2009 14:34:46 +0000 (07:34 -0700)]
autoupdate

15 years agoAvoid test failure on mingw.
Bruno Haible [Tue, 21 Apr 2009 01:43:01 +0000 (03:43 +0200)]
Avoid test failure on mingw.

15 years agoAvoid compilation error on mingw.
Bruno Haible [Tue, 21 Apr 2009 01:02:15 +0000 (03:02 +0200)]
Avoid compilation error on mingw.

15 years agoSupport for building a shared library on Windows platforms.
Bruno Haible [Mon, 20 Apr 2009 02:27:37 +0000 (04:27 +0200)]
Support for building a shared library on Windows platforms.

15 years agoAvoid a compiler warning.
Bruno Haible [Sun, 19 Apr 2009 22:06:17 +0000 (00:06 +0200)]
Avoid a compiler warning.

15 years agoDon't touch configmake.h if it has not actually changed.
Bruno Haible [Sun, 19 Apr 2009 20:09:56 +0000 (22:09 +0200)]
Don't touch configmake.h if it has not actually changed.

15 years agoautoupdate
Karl Berry [Sat, 18 Apr 2009 13:12:25 +0000 (06:12 -0700)]
autoupdate