diff options
author | Jani Välimaa <wally@mageia.org> | 2021-10-17 13:59:05 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2021-10-17 13:59:05 +0300 |
commit | 676067f7718f232441cada8352910252fe03315e (patch) | |
tree | 444b8efa87fea02ce8640ee6954e91f0ec7009d8 | |
parent | 8a55416bb3c936f4d0666f045432a3bdc47ed149 (diff) | |
download | rpm-setup-676067f7718f232441cada8352910252fe03315e.tar rpm-setup-676067f7718f232441cada8352910252fe03315e.tar.gz rpm-setup-676067f7718f232441cada8352910252fe03315e.tar.bz2 rpm-setup-676067f7718f232441cada8352910252fe03315e.tar.xz rpm-setup-676067f7718f232441cada8352910252fe03315e.zip |
2.622.62
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.62 - 17 October 2021, by Jani Välimaa - configure.ac: update and modernize with autoconf 2.71 - build.macros: export LT_SYS_LIBRARY_PATH with %set_build_flags to prevent libtool hardcoding %_libdir into the binaries' RPATH (originally from Fedora) diff --git a/configure.ac b/configure.ac index cb6dd30..357336d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([rpm-mageia-setup],[2.61],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.62],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |