mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-04 08:12:06 +01:00
- sort dependencies alphabetically - add dependency perl-parallel-forkmanager - please linter
12 lines
548 B
Diff
12 lines
548 B
Diff
--- rt-4.4.7/configure.ac.orig 2024-09-17
|
|
+++ rt-4.4.7/configure.ac 2024-09-17
|
|
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to p
|
|
|
|
dnl Setup autoconf
|
|
AC_PREREQ([2.59])
|
|
-AC_INIT(RT, m4_esyscmd([( git describe --tags || cat ./.tag 2> /dev/null || echo "rt-3.9.EXPORTED" )| tr -d "\n"]), [rt-bugs@bestpractical.com])
|
|
+AC_INIT(RT, m4_esyscmd([( cat ./.tag 2> /dev/null || echo "rt-3.9.EXPORTED" )| tr -d "\n"]), [rt-bugs@bestpractical.com])
|
|
AC_CONFIG_SRCDIR([lib/RT.pm])
|
|
|
|
dnl Save our incant early since $@ gets overwritten by some macros.
|