summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-06-12 07:24:22 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-06-12 08:08:33 -0700
commit06f2392bb648d84f231e4f19be79336870d26ed3 (patch)
treeae9359bfa6ace3a66ef4803ebfb00b2cdd7f999a /po
parent68af318083ef21048e41b6e31aeb48bd6acbe924 (diff)
downloadpaxutils-06f2392bb648d84f231e4f19be79336870d26ed3.tar.gz
Modernize to current gettext, gnulib
* .gitignore, po/.gitignore: Revamp to match current source. * README: Fix typo in file name. * am/rmt.m4 (PU_RMT): Modernize to use AC_PREPROC_IFELSE instead of AC_TRY_CPP. * am/rmt.m4 (PU_RMT): * configure.ac: Modernize to use AS_HELP_STRING instead of AC_HELP_STRING. * am/system.m4 (PU_SYSTEM): * configure.ac: Remove obsolescent AC_HEADER_STDC. Use AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE. * am/system.m4 (PU_SYSTEM): Use AC_CHECK_HEADERS_ONCE([sys/time.h]) instead of obsolescent AC_HEADER_TIME. * bootstrap: Sync from Gnulib. * build-aux/bootstrap: Remove. * bootstrap.conf: Simplify. Don’t make m4, $source_base. (bootstrap_post_import_hook): New function, replacing a direct write. * configure.ac: Remove calls to no-longer-needed macros AC_ISC_POSIX, AM_STDBOOL_H, AC_HEADER_STDC, AC_TYPE_SIGNAL. Modernize to use AC_COMPILE_ELSE instead of AC_TRY_COMPILE. Remove MU_DEBUG_MODE, paxutils_GNULIB (not sure what those were from). Fix quoting in warning Remove Iconv code, as the iconv module should do this now. Update Gettext version from 0.12.1 (2003) to 0.21 (2020). Use AC_CONFIG_FILES. All uses of corresponding C macros changed. * gnulib.modules, paxlib.modules: Switch from gettext to gettext-h. * paxlib.modules: Add iconv.
Diffstat (limited to 'po')
-rw-r--r--po/.gitignore29
1 files changed, 14 insertions, 15 deletions
diff --git a/po/.gitignore b/po/.gitignore
index 138c224..6e10bd4 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -1,15 +1,14 @@
-Makefile.in.in
-Makevars
-Makevars.template
-POTFILES
-Rules-quot
-boldquot.sed
-en@boldquot.header
-en@quot.header
-insert-header.sed
-insert-header.sin
-paxutils.pot
-quot.sed
-remove-potcdate.sed
-remove-potcdate.sin
-stamp-po
+/boldquot.sed
+/en@boldquot.header
+/en@quot.header
+/insert-header.sin
+/Makefile.in.in
+/Makevars
+/Makevars.template
+/paxutils.pot
+/POTFILES
+/quot.sed
+/remove-potcdate.sed
+/remove-potcdate.sin
+/Rules-quot
+/stamp-po