From c65926005e50da02a4da3e26abc42eded36cd19d Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 10 May 2023 10:28:37 +0200 Subject: [PATCH] Release version 1.4.4 --- .gitignore | 3 ++- NEWS | 5 ++++- configure.ac | 7 +++---- rpcsvc/Makefile.am | 3 +-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index fe4bab4..a4d5dbf 100644 --- a/.gitignore +++ b/.gitignore @@ -38,11 +38,12 @@ po/POTFILES po/stamp-po po/remove-potcdate.sed po/*.gmo +po/Makevars.template ABOUT-NLS INSTALL config.rpath rpcgen/rpcgen - +m4 # tar archive diff --git a/NEWS b/NEWS index db8a4af..324193d 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,12 @@ rpcsvc-proto NEWS -- history of user-visible changes. -Copyright (C) 2016-2022 Thorsten Kukuk +Copyright (C) 2016-2023 Thorsten Kukuk Please use https://github.com/thkukuk/rpcsvc-proto/issues for bug reports. +Version 1.4.4 +* Use AC_SYS_LARGEFILE macro to control largefile support + Version 1.4.3 * Fix rpcgen build on macos arm64 diff --git a/configure.ac b/configure.ac index a9fc730..108b0f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(rpcsvc-proto, 1.4.3, kukuk@thkukuk.de) +AC_INIT(rpcsvc-proto, 1.4.4, kukuk@thkukuk.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([rpcgen/rpc_main.c]) AM_CONFIG_HEADER(config.h) @@ -8,6 +8,7 @@ AC_PREFIX_DEFAULT(/usr) AC_SUBST(PACKAGE) AC_SUBST(VERSION) +AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE AC_PROG_CC AC_GNU_SOURCE @@ -19,9 +20,7 @@ AC_PROG_MAKE_SET dnl internationalization macros AM_GNU_GETTEXT([external]) -m4_ifndef([AM_GNU_GETTEXT_REQUIRE_VERSION], - [m4_define([AM_GNU_GETTEXT_REQUIRE_VERSION], [])]) -AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.2]) AM_GNU_GETTEXT_VERSION([0.20.2]) +AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.2]) AC_OUTPUT([Makefile rpcgen/Makefile rpcsvc/Makefile po/Makefile.in]) diff --git a/rpcsvc/Makefile.am b/rpcsvc/Makefile.am index 83867c0..ba44f25 100644 --- a/rpcsvc/Makefile.am +++ b/rpcsvc/Makefile.am @@ -11,6 +11,5 @@ nodist_rpcsvc_HEADERS = klm_prot.h nlm_prot.h rstat.h spray.h \ bootparam_prot.h mount.h rex.h rusers.h key_prot.h \ nfs_prot.h rquota.h sm_inter.h -%.h: %.x +.x.h: $(top_builddir)/rpcgen/rpcgen -h -o $@ $< -