Skip to content

Commit

Permalink
Release version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed May 10, 2023
1 parent 28d1adf commit c659260
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 3 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(rpcsvc-proto, 1.4.3, [email protected])
AC_INIT(rpcsvc-proto, 1.4.4, [email protected])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([rpcgen/rpc_main.c])
AM_CONFIG_HEADER(config.h)
Expand All @@ -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
Expand All @@ -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])
3 changes: 1 addition & 2 deletions rpcsvc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@ $<

0 comments on commit c659260

Please sign in to comment.