Bruno Haible
38b9f0600d
Rename ~~gnulib.m4 to zzgnulib.m4.
...
Suggested by Paul Eggert.
* m4/zzgnulib.m4: Renamed from m4/~~gnulib.m4.
* gnulib-tool (func_get_filelist): Update.
* pygnulib/GLModuleSystem.py (getFiles): Likewise.
2020-01-18 23:05:36 +01:00
Bruno Haible
378a9634ae
Fix major regression from 2020-01-10.
...
Reported by Paul Eggert in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-01/msg00079.html >.
* m4/00gnulib.m4 (gl_COMPILER_CLANG, gl_COMPILER_PREPARE_CHECK_DECL):
Don't AC_REQUIRE anything.
(gl_COMPILER_PREPARE_CHECK_DECL): Define through AC_DEFUN, not
AC_DEFUN_ONCE. Use _AC_COMPILE_IFELSE, not AC_COMPILE_IFELSE.
(_AC_CHECK_DECL_BODY): If ac_compile_for_check_decl has not been set,
use ac_compile instead.
(AC_CHECK_DECL): Remove override.
* m4/~~gnulib.m4: New file.
* gnulib-tool (func_get_filelist): Add also ~~gnulib.m4.
* pygnulib/GLModuleSystem.py (getFiles): Likewise.
2020-01-18 14:03:36 +01:00
Tim Rühsen
c2dbe35347
gnulib-tool.py: Fix libgnu_la_LDFLAGS section in generated Makefile.am.
...
Reported by Dagobert Michelsen <dam@opencsw.org > in
<https://lists.gnu.org/archive/html/bug-gnulib/2019-11/msg00086.html >.
* pygnulib/GLModuleSystem.py (getLink): Don't join the parts. Return a
list of strings instead of one string.
* pygnulib/GLEmiter.py (lib_Makefile_am): Adapt accordingly.
* pygnulib/GLImport.py (execute): Likewise.
2019-11-30 13:04:28 +01:00
Bruno Haible
844f63f957
Assume Autoconf >= 2.63.
...
* DEPENDENCIES: Mention the requirement.
* gnulib-tool (DEFAULT_AUTOCONF_MINVERSION): Bump to 2.63.
(func_get_filelist): Don't list m4/onceonly.m4 any more.
* pygnulib/GLModuleSystem.py (getFiles): Likewise.
* m4/onceonly.m4: Remove file.
* m4/openmp.m4: Remove file.
* modules/openmp (Files): Remove m4/openmp.m4.
* m4/configmake.m4 (gl_CONFIGMAKE_PREP): Don't set datarootdir, docdir,
htmldir, dvidir, pdfdir, psdir, localedir.
* m4/po.m4 (AM_PO_SUBDIRS): Don't set localedir.
* m4/gnulib-common.m4 (m4_foreach_w): Remove fallback for
Autoconf < 2.60.
(AC_PROG_MKDIR_P): Remove definition for Autoconf < 2.62.
(AC_PROG_SED): Remove fallback for Autoconf < 2.60.
* m4/errno_h.m4 (AC_COMPUTE_INT): Remove fallback for Autoconf < 2.61.
* m4/size_max.m4 (AC_COMPUTE_INT): Likewise.
* m4/stdint.m4 (AC_COMPUTE_INT): Likewise.
* m4/fcntl-o.m4 (gl_FCNTL_O_FLAGS): Assume AC_USE_SYSTEM_EXTENSIONS
exists.
* m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Likewise,
* m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Remove workaround for
Autoconf < 2.61.
* m4/lib-prefix.m4 (AC_LIB_ARG_WITH): Remove macro.
(AC_LIB_PREFIX): Use AC_ARG_WITH, assuming semantics of
Autoconf >= 2.52.
* m4/longlong.m4: Require Autoconf >= 2.62. Update comments.
* m4/ls-mntd-fs.m4: Require Autoconf >= 2.60. Update comments.
* m4/gettext.m4 (AM_GNU_GETTEXT): Update comment.
2018-10-23 00:06:52 +02:00
Bruno Haible
0f23f389f4
gnulib-tool.py: Define and use two new global functions.
...
* pygnulib/constants.py (remove_backslash_newline, combine_lines): New
functions.
2017-09-09 16:43:24 +02:00
Bruno Haible
6c81a58144
gnulib-tool.py: follow gnulib-tool changes, part 5
...
Follow gnulib-tool change
2013-05-04 Stefano Lattarini <stefano.lattarini@gmail.com >
Assume gnulib is checked out from Git, not CVS
2017-09-09 16:28:59 +02:00
Bruno Haible
f0e4c4b6f6
gnulib-tool.py: follow gnulib-tool changes, part 3
...
Follow gnulib-tool change
2012-08-26 Bruno Haible <bruno@clisp.org >
gnulib-tool: Remove no-op option --no-changelog.
* pygnulib/constants.py: Remove FILES dictionary.
* pygnulib/*: Update.
2017-09-09 16:28:52 +02:00
Dmitry Selyutin
21c52a8244
[pygnulib] autopep8 (fixing indentation, style, etc.)
2017-09-08 18:34:58 +03:00
Dmitry Selyutin
3df6660534
gnulib-tool.py: fix errors on building wget2; use UTF-8 in subprocess
2017-09-08 17:27:55 +03:00
Dmitry Selyutin
02a1f93ea2
[pygnulib] initial merge (including some small bug fixes)
2017-09-08 17:27:55 +03:00